Skip to content

Commit

Permalink
Add --show-ignore to test
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient committed Oct 31, 2023
1 parent 9d010f3 commit 8bee4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/phpunit/functional/FunctionalTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function testMagentoTwoFourNoDbShowInfo()
$this->assertFileExists(BASE_DIR . '/dev/instances/magentom24nodb/app/etc/di.xml', "Magento 2.4 directory is wrong");
$this->assertFileDoesNotExist(BASE_DIR . '/dev/instances/magentom24nodb/app/etc/env.php', "Magento 2.4 is installed when it shouldnt be");

exec($this->generateAnalyseCommand('/dev/instances/../instances/magentom24nodb', '--pad-table-columns 130 --sort-by-type --show-info --vendor-namespaces Ampersand'), $output, $return);
exec($this->generateAnalyseCommand('/dev/instances/../instances/magentom24nodb', '--pad-table-columns 130 --sort-by-type --show-info --show-ignore --vendor-namespaces Ampersand'), $output, $return);
$this->assertEquals(0, $return, "The return code of the command was not zero");

$lastLine = array_pop($output);
Expand Down

0 comments on commit 8bee4dd

Please sign in to comment.