-
-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
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
.
Not a big deal, but thought i'd mention it incase you weren't aware.
Thanks