We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287dc3c commit 0ab8abcCopy full SHA for 0ab8abc
tests/ComposerDiffTest.php
@@ -522,6 +522,10 @@ public function testExamplesInReadme()
522
523
public function testHelpInReadme()
524
{
525
+ if (!Sys::isPHP('7.2')) {
526
+ skip('Old help text is different for different libs/php versions');
527
+ }
528
+
529
$readmeContent = file_get_contents(PROJECT_ROOT . '/README.md');
530
$helpOutput = trim($this->taskReal(['help' => null]));
531
0 commit comments