Skip to content

Commit 1dd916d

Browse files
kbondondrejmirtes
authored andcommitted
Use the parent Assert class for earlyTerminatingMethodCalls
1 parent 264abf4 commit 1dd916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
additionalConstructors:
33
- PHPUnit\Framework\TestCase::setUp
44
earlyTerminatingMethodCalls:
5-
PHPUnit\Framework\TestCase:
5+
PHPUnit\Framework\Assert:
66
- fail
77
- markTestIncomplete
88
- markTestSkipped

0 commit comments

Comments
 (0)