Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
StanBarrows committed Sep 20, 2023
1 parent 02bf8a2 commit 9d1dd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getEnvironmentSetUp($app): void
'prefix' => '',
]);

if (is_dir(__DIR__ . '/Fixtures/Saloon/') && count(scandir(__DIR__ . '/Fixtures/Saloon')) > 0) {
if (is_dir(__DIR__.'/Fixtures/Saloon/') && count(scandir(__DIR__.'/Fixtures/Saloon')) > 0) {
$app['config']->set('zendesk.subdomain', 'codebar-zendesk');
$app['config']->set('zendesk.auth.email_address', 'fake-email');
$app['config']->set('zendesk.auth.api_token', 'fake-token');
Expand Down

0 comments on commit 9d1dd05

Please sign in to comment.