oradwell/covers-validator

Does not fail for empty covers tags

oradwell opened this issue · 0 comments

When a test method has an empty covers tag PHPUnit fails with Trying to @cover or @use not existing class or interface "". but covers-validator does not fail.

/**
 * @covers
 */
public function testSomethingWorks()
{
    ...
}