Skip to content

Commit

Permalink
Maintenance: Add debug mode for CI (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner authored Jun 23, 2023
1 parent 67a88ff commit 084d28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ZammadAPIClient/Resource/AbstractBaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public static function setUpBeforeClass(): void
$client_config = [
# Set a high timeout for tests to work with slow CI.
'timeout' => 30,
'debug' => getenv('ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_DEBUG'),
];

$env_keys = [
Expand Down

0 comments on commit 084d28d

Please sign in to comment.