Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 67d4474

Browse files
Shorten assert text of testGenerateBaselineIgnoreNewErrorsEmptyBaseline
causes failure in pipeline where less text is rendered on one row
1 parent c1393ea commit 67d4474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/PHPStan/Command/AnalyseCommandTest.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testGenerateBaselineIgnoreNewErrorsEmptyBaseline(): void
163163
]);
164164
@unlink($baselineFile);
165165

166-
$this->assertStringContainsString('[ERROR] No errors were found during the analysis. Baseline could not be generated.', $output);
166+
$this->assertStringContainsString('[ERROR] No errors were found during the analysis.', $output);
167167
}
168168

169169
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /