Skip to content

Commit f90848b

Browse files
committed
Fix phpstan issue in test
1 parent 0286a43 commit f90848b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ParsingInputTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testRegexAssertions(string $regex, bool $expected): void
117117
if ($expected) {
118118
$this->fail('Expression failed assertion: ' . $e->getMessage());
119119
} else {
120-
$this->assertNull($result);
120+
$this->addToAssertionCount(1);
121121
}
122122
}
123123
}

0 commit comments

Comments
 (0)