Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 13, 2019
1 parent 06abc81 commit 0ab2977
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testExecWithMissingRequiredArg()

$this->assertOutputEmpty();
$this->assertErrorContains('Missing required arguments');
$this->assertErrorContains('arg is required');
$this->assertErrorContains('`arg` argument is required');
$this->assertExitCode(Shell::CODE_ERROR);
}

Expand Down

0 comments on commit 0ab2977

Please sign in to comment.