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 bafa33a commit e324835Copy full SHA for e324835
tests/Data/Storage/.gitignore
@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore
tests/TestCase.php
@@ -75,9 +75,6 @@ protected function getEnvironmentSetUp($app)
75
$app['config']->set('filesystems.default', 'local');
76
$app['config']->set('filesystems.disks.local.root', realpath(__DIR__ . '/Data/Storage'));
77
78
- $app['config']->set('filesystems.disks.samples.driver', 'local');
79
- $app['config']->set('filesystems.disks.samples.root', realpath(__DIR__ . '/Data/Samples'));
80
-
81
$app['config']->set('database.default', 'testing');
82
$app['config']->set('database.connections.testing', [
83
'driver' => env('DB_DRIVER', 'sqlite'),
0 commit comments