Skip to content

Commit 0ac1e46

Browse files
committed
cleanup
1 parent 64ee668 commit 0ac1e46

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

tests/DbDumperFactoryTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22

3-
namespace Spatie\DbSnapshots\Test;
4-
53
use Spatie\DbDumper\Databases\MySql;
64
use Spatie\DbDumper\Databases\PostgreSql;
75
use Spatie\DbDumper\Databases\Sqlite;
@@ -123,4 +121,4 @@ function getDumpCommand(string $connectionName): string
123121

124122
it('adds the inserts option to the pgSQL dump command')
125123
->expect(fn () => getDumpCommand('pgsql'))
126-
->toContain('--inserts');
124+
->toContain('--inserts');

tests/TestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Illuminate\Contracts\Filesystem\Factory;
77
use Illuminate\Database\Schema\Blueprint;
88
use Illuminate\Filesystem\FilesystemAdapter;
9-
use Illuminate\Support\Facades\Artisan;
10-
use Illuminate\Support\Facades\Schema;
119
use Orchestra\Testbench\TestCase as Orchestra;
1210
use Spatie\DbSnapshots\DbSnapshotsServiceProvider;
1311

0 commit comments

Comments
 (0)