Skip to content

Commit b2bd71c

Browse files
rquadlingsebastianbergmann
authored andcommitted
Update TestTest.php
I'm glad to see I wasn't the only person that had misspelled 'Annotation'.
1 parent 24b708f commit b2bd71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/TestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ public function testGetLinesToBeCoveredSkipsNonExistentMethods()
821821
);
822822
}
823823

824-
public function testTwoCoversDefaultClassAnnoationsAreNotAllowed()
824+
public function testTwoCoversDefaultClassAnnotationsAreNotAllowed()
825825
{
826826
$this->expectException(CodeCoverageException::class);
827827

0 commit comments

Comments
 (0)