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
What I expect to see is both FakeFooTest FooTest with one and two tests respectively listed in the explorer. What I see instead is only the FooTest, and only the test_bar function that it implements, not the test(s) that it receives from the class that it extends. Running vendor/bin/phpunit from the shell runs all of my tests, the Test Explorer does not.
NB: What I'm trying to do here is to test both a class and its testing double, without duplicating the tests.
The text was updated successfully, but these errors were encountered:
The Test Explorer fails to pick up some tests when they extend other tests.
For example, I have the following test classes:
What I expect to see is both FakeFooTest FooTest with one and two tests respectively listed in the explorer. What I see instead is only the FooTest, and only the test_bar function that it implements, not the test(s) that it receives from the class that it extends. Running vendor/bin/phpunit from the shell runs all of my tests, the Test Explorer does not.
NB: What I'm trying to do here is to test both a class and its testing double, without duplicating the tests.
The text was updated successfully, but these errors were encountered: