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
When trying to run .test files that contain a class that doesn't define any tests, PHPUnit skips the rest of the tests in that file, with the warning "Warning No tests found in class "FooTestCase".
Adding a test() method to the class resolves the issue, but I wonder if there is a flag or option in PHPUnit so this wouldn't be necessary?
When trying to run .test files that contain a class that doesn't define any tests, PHPUnit skips the rest of the tests in that file, with the warning "Warning No tests found in class "FooTestCase".
Adding a
test()
method to the class resolves the issue, but I wonder if there is a flag or option in PHPUnit so this wouldn't be necessary?/**
The text was updated successfully, but these errors were encountered: