We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bf8a2 commit 9d1dd05Copy full SHA for 9d1dd05
tests/TestCase.php
@@ -39,7 +39,7 @@ public function getEnvironmentSetUp($app): void
39
'prefix' => '',
40
]);
41
42
- if (is_dir(__DIR__ . '/Fixtures/Saloon/') && count(scandir(__DIR__ . '/Fixtures/Saloon')) > 0) {
+ if (is_dir(__DIR__.'/Fixtures/Saloon/') && count(scandir(__DIR__.'/Fixtures/Saloon')) > 0) {
43
$app['config']->set('zendesk.subdomain', 'codebar-zendesk');
44
$app['config']->set('zendesk.auth.email_address', 'fake-email');
45
$app['config']->set('zendesk.auth.api_token', 'fake-token');
0 commit comments