diff --git a/tests/phpunit/src/Misc/ExceptionListenerTest.php b/tests/phpunit/src/Misc/ExceptionListenerTest.php index d33ab5184..bef347bbb 100644 --- a/tests/phpunit/src/Misc/ExceptionListenerTest.php +++ b/tests/phpunit/src/Misc/ExceptionListenerTest.php @@ -42,11 +42,11 @@ public function providerTestHelp(): array { ], [ new RuntimeException('Not enough arguments (missing: "environmentId").'), - "environmentId can also be a site alias. E.g. myapp.dev.\nRun acli remote:aliases:list to see a list of all available aliases.", + 'environmentId can also be a site alias. E.g. myapp.dev.' . PHP_EOL . 'Run acli remote:aliases:list to see a list of all available aliases.', ], [ new RuntimeException('Not enough arguments (missing: "environmentUuid").'), - "environmentId can also be a site alias. E.g. myapp.dev.\nRun acli remote:aliases:list to see a list of all available aliases.", + 'environmentId can also be a site alias. E.g. myapp.dev.' . PHP_EOL . 'Run acli remote:aliases:list to see a list of all available aliases.', ], [ new AcquiaCliException('This machine is not yet authenticated with the Cloud Platform.'),