You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class 'PHPUnit_Framework_TestCase' does not exist in PHPUnit 6.
I changed the SuperClass to 'PHPUnit\Framework\TestCase', 'TestCase', to blank value,... and result is always 'Error: No test case / test suite found for file '.
If i set PHPUnit back to 5.7 with using namespaces it still does not work. But when i change back to 'extends PHPUnit_Framework_TestCase' it's working. No matter what i have in 'SuperClass'.
Any idea how to make Eclipse to work with PHPUnit 6+?
The text was updated successfully, but these errors were encountered:
Class 'PHPUnit_Framework_TestCase' does not exist in PHPUnit 6.
I changed the SuperClass to 'PHPUnit\Framework\TestCase', 'TestCase', to blank value,... and result is always 'Error: No test case / test suite found for file '.
If i set PHPUnit back to 5.7 with using namespaces it still does not work. But when i change back to 'extends PHPUnit_Framework_TestCase' it's working. No matter what i have in 'SuperClass'.
Any idea how to make Eclipse to work with PHPUnit 6+?
The text was updated successfully, but these errors were encountered: