Skip to content

Commit

Permalink
Update system testing for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 19, 2023
1 parent 2a50b82 commit 7f56aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monorepo/scripts/tests/hyde-cli.php
Expand Up @@ -18,8 +18,8 @@

test('can run the HydeCLI binary', function () {
$output = shell_exec('cd '.BASE_PATH.' && php hyde --no-ansi');
$this->assert(str_contains($output, 'USAGE: hyde <command> [options] [arguments]'),
'HydeCLI output does not contain "USAGE: hyde <command> [options] [arguments]"'
$this->assert(str_contains($output, 'USAGE: <command> [options] [arguments]'),
'HydeCLI output does not contain "USAGE: <command> [options] [arguments]"'
);
});

Expand Down

0 comments on commit 7f56aef

Please sign in to comment.