Skip to content

Commit e324835

Browse files
committed
fix storage path for unit tests
1 parent bafa33a commit e324835

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/Data/Storage/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*
2+
!.gitignore

tests/TestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ protected function getEnvironmentSetUp($app)
7575
$app['config']->set('filesystems.default', 'local');
7676
$app['config']->set('filesystems.disks.local.root', realpath(__DIR__ . '/Data/Storage'));
7777

78-
$app['config']->set('filesystems.disks.samples.driver', 'local');
79-
$app['config']->set('filesystems.disks.samples.root', realpath(__DIR__ . '/Data/Samples'));
80-
8178
$app['config']->set('database.default', 'testing');
8279
$app['config']->set('database.connections.testing', [
8380
'driver' => env('DB_DRIVER', 'sqlite'),

0 commit comments

Comments
 (0)