We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1393ea commit 67d4474Copy full SHA for 67d4474
tests/PHPStan/Command/AnalyseCommandTest.php
@@ -163,7 +163,7 @@ public function testGenerateBaselineIgnoreNewErrorsEmptyBaseline(): void
163
]);
164
@unlink($baselineFile);
165
166
- $this->assertStringContainsString('[ERROR] No errors were found during the analysis. Baseline could not be generated.', $output);
+ $this->assertStringContainsString('[ERROR] No errors were found during the analysis.', $output);
167
}
168
169
/**
0 commit comments