Skip to content

Commit 7048cb4

Browse files
committed
Specify static calls on Assert too
1 parent 813ea2e commit 7048cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/PHPUnit/Assert/AssertStaticMethodTypeSpecifyingExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function setTypeSpecifier(TypeSpecifier $typeSpecifier): void
2424

2525
public function getClass(): string
2626
{
27-
return \PHPUnit\Framework\TestCase::class;
27+
return \PHPUnit\Framework\Assert::class;
2828
}
2929

3030
public function isStaticMethodSupported(

0 commit comments

Comments
 (0)