Skip to content

Commit a61707c

Browse files
committed
remove @Covers ::__construct on class level
1 parent 405de11 commit a61707c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules-tests/AnnotationsToAttributes/Rector/Class_/CoversAnnotationWithValueToAttributeRector/Fixture/covers_class_default.php.inc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use PHPUnit\Framework\TestCase;
66

77
/**
88
* @coversDefaultClass \Rector\PHPUnit\Tests\AnnotationsToAttributes\Rector\Class_\CoversAnnotationWithValueToAttributeRector\Source\ExistingClass
9-
* @covers ::__construct
109
*/
1110
final class CoversClassDefault extends TestCase
1211
{

0 commit comments

Comments
 (0)