Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 10, 2024
1 parent db10a12 commit 8335819
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/phpunit/src/Misc/ExceptionListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ public function providerTestHelp(): array
'Frequently, `MySQL server has gone away` messages are caused by max_allowed_packet being exceeded.',
],
],
[
new AcquiaCliException('Database connection details missing'),
'Check that you have the \'View database connection details\' permission',
],
[
new ApiErrorException((object) [
'error' => '',
Expand Down

0 comments on commit 8335819

Please sign in to comment.