We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a test class that currently has no tests in it (it's a placeholder until we get time to write the tests).
In this instance, output looks like this....
==> AbstractDriverTest ✓ ✓ ✓ ✓ ✓ ✓ ==> ConfigTest ✓ ==> PHPUnit_Framework_WarningTestCase W ==> ShortlistControllerTest ✓ ✓ ✓
That PHPUnit_Framework_WarningTestCase line should actually refer to the empty test class which in my case is called SavedSearchControllerTest.
PHPUnit_Framework_WarningTestCase
SavedSearchControllerTest
Not a big deal, but thought i'd mention it incase you weren't aware.
Thanks
The text was updated successfully, but these errors were encountered:
mikeerickson
No branches or pull requests
We have a test class that currently has no tests in it (it's a placeholder until we get time to write the tests).
In this instance, output looks like this....
That
PHPUnit_Framework_WarningTestCase
line should actually refer to the empty test class which in my case is calledSavedSearchControllerTest
.Not a big deal, but thought i'd mention it incase you weren't aware.
Thanks
The text was updated successfully, but these errors were encountered: