Skip to content

Commit

Permalink
Update test-tools parameters in errors messages (#33)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Mark-Howe authored and ssnepenthe committed Mar 28, 2018
1 parent dcc8150 commit 414496e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/UsesTestData.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function getHtml($url)
if (! file_exists($htmlPath)) {
$this->fail(
"Unable to locate test HTML for {$url} at {$htmlPath}\n"
. 'Please run ./bin/test-tools get-html --missing'
. 'Please run ./bin/test-tools html:get-missing'
);
}

Expand Down Expand Up @@ -90,7 +90,7 @@ protected function getResults($crawler)
if (! file_exists($resultsPath)) {
$this->fail(
"Unable to locate test results for {$url} at {$resultsPath}\n"
. 'Please run ./bin/test-tools stub-results'
. 'Please run ./bin/test-tools results:stub-all'
);
}

Expand Down

0 comments on commit 414496e

Please sign in to comment.