Skip to content

Commit 0580ce6

Browse files
committed
Cosmetic fix
1 parent 386ccd0 commit 0580ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/AnalyserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function testIgnoreErrorByPathAndIdentifierCountsCorrectly(bool $onlyFile
230230
__DIR__ . '/data/two-different-fails.php',
231231
];
232232
$result = $this->runAnalyser($ignoreErrors, true, $filesToAnalyze, $onlyFiles);
233-
$this->assertSame([], $result);
233+
$this->assertNoErrors($result);
234234
}
235235

236236
/**

0 commit comments

Comments
 (0)