Skip to content

Commit 9d1dd05

Browse files
committed
wip
1 parent 02bf8a2 commit 9d1dd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function getEnvironmentSetUp($app): void
3939
'prefix' => '',
4040
]);
4141

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

0 commit comments

Comments
 (0)