Skip to content

Commit

Permalink
fix tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 26, 2024
1 parent 49d92f9 commit 13de1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/src/Misc/ExceptionListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ public function providerTestHelp(): array {
],
[
new RuntimeException('Not enough arguments (missing: "environmentId").'),
"<bg=blue;options=bold>environmentId</> can also be a site alias. E.g. <bg=blue;fg=white;options=bold>myapp.dev</>.\nRun <bg=blue;options=bold>acli remote:aliases:list</> to see a list of all available aliases.",
'<bg=blue;options=bold>environmentId</> can also be a site alias. E.g. <bg=blue;fg=white;options=bold>myapp.dev</>.' . PHP_EOL . 'Run <bg=blue;options=bold>acli remote:aliases:list</> to see a list of all available aliases.',
],
[
new RuntimeException('Not enough arguments (missing: "environmentUuid").'),
"<bg=blue;options=bold>environmentId</> can also be a site alias. E.g. <bg=blue;fg=white;options=bold>myapp.dev</>.\nRun <bg=blue;options=bold>acli remote:aliases:list</> to see a list of all available aliases.",
'<bg=blue;options=bold>environmentId</> can also be a site alias. E.g. <bg=blue;fg=white;options=bold>myapp.dev</>.' . PHP_EOL . 'Run <bg=blue;options=bold>acli remote:aliases:list</> to see a list of all available aliases.',
],
[
new AcquiaCliException('This machine is not yet authenticated with the Cloud Platform.'),
Expand Down

0 comments on commit 13de1f6

Please sign in to comment.