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 56584a4 commit 6dd4680Copy full SHA for 6dd4680
tests/Commands/CreateTest.php
@@ -2,7 +2,6 @@
2
3
use Carbon\Carbon;
4
use Illuminate\Support\Facades\Artisan;
5
-use Illuminate\Support\Facades\Storage;
6
7
it('can create a snapshot without a specific', function () {
8
Artisan::call('snapshot:create');
@@ -127,4 +126,3 @@
127
126
->fileOnDiskToFailRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "posts"/')
128
->fileOnDiskToPassRegex('/CREATE TABLE(?: IF NOT EXISTS){0,1} "models"/');
129
});
130
-
0 commit comments