Skip to content

Empty test class shows incorrect class name #22

@JayBizzle

Description

@JayBizzle

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions