Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdekker committed Oct 6, 2024
1 parent 3c262c5 commit ad95f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/PHPStan/Lib/TypeNarrowerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public function testGetTypesFromStringArray(): void
$arg = new Arg($this->createMock(Expr::class));

$narrower = $this->getMockBuilder(TypeNarrower::class)
->onlyMethods([])
->disableOriginalConstructor()
->getMock();

Expand Down

0 comments on commit ad95f98

Please sign in to comment.