File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- namespace Spatie \DbSnapshots \Test ;
4-
53use Spatie \DbDumper \Databases \MySql ;
64use Spatie \DbDumper \Databases \PostgreSql ;
75use Spatie \DbDumper \Databases \Sqlite ;
@@ -123,4 +121,4 @@ function getDumpCommand(string $connectionName): string
123121
124122it ('adds the inserts option to the pgSQL dump command ' )
125123 ->expect (fn () => getDumpCommand ('pgsql ' ))
126- ->toContain ('--inserts ' );
124+ ->toContain ('--inserts ' );
Original file line number Diff line number Diff line change 66use Illuminate \Contracts \Filesystem \Factory ;
77use Illuminate \Database \Schema \Blueprint ;
88use Illuminate \Filesystem \FilesystemAdapter ;
9- use Illuminate \Support \Facades \Artisan ;
10- use Illuminate \Support \Facades \Schema ;
119use Orchestra \Testbench \TestCase as Orchestra ;
1210use Spatie \DbSnapshots \DbSnapshotsServiceProvider ;
1311
You can’t perform that action at this time.
0 commit comments