Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Class '<SOMECLASS>' could not be found in '<SOMEPATH>' #56

@ipol2n

Description

@ipol2n

Hi,

I tried to run phpunit on my laravel 4.2 project with Sublime 3 on Windows 10. (Before I upgraded to Windows 10, everything worked fine)
I got this error :

PHPUnit 3.7.21 by Sebastian Bergmann.
Class 'SubjectTest' could not be found in '\app\tests\models\SubjectTest.php'.
[Finished in 0.2s]

And here is my SubjectTest.php

<?php
class SubjectTest extends TestCase {
...
}

Do you have any idea how to solve this problem?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions