Skip to content

Commit

Permalink
ci: Fix the Makefile test for the E2E tests of the requirement checker (
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jan 8, 2023
1 parent cfc8a57 commit d8ae2d9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions requirement-checker/tests/E2EMakefileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ protected static function getMakefilePath(): string

protected function getExpectedHelpOutput(): string
{
return <<<'EOF'
make[1]: *** No rule to make target `help'. Stop.

EOF;
self::markTestSkipped('There is no help command.');
}

public function test_the_e2e_target_must_contain_all_the_e2e_targets(): void
Expand Down

0 comments on commit d8ae2d9

Please sign in to comment.