Skip to content
New issue

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

Empty test class shows incorrect class name #22

Open
JayBizzle opened this issue Jan 17, 2018 · 0 comments
Open

Empty test class shows incorrect class name #22

JayBizzle opened this issue Jan 17, 2018 · 0 comments
Assignees

Comments

@JayBizzle
Copy link

JayBizzle commented Jan 17, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants