Skip to content

Commit 0ab8abc

Browse files
committed
Update deps
1 parent 287dc3c commit 0ab8abc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ComposerDiffTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,10 @@ public function testExamplesInReadme()
522522

523523
public function testHelpInReadme()
524524
{
525+
if (!Sys::isPHP('7.2')) {
526+
skip('Old help text is different for different libs/php versions');
527+
}
528+
525529
$readmeContent = file_get_contents(PROJECT_ROOT . '/README.md');
526530
$helpOutput = trim($this->taskReal(['help' => null]));
527531

0 commit comments

Comments
 (0)