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 3ae2ccc commit 7885770Copy full SHA for 7885770
tests/Feature/HealthySqlDumpTest.php
@@ -2,7 +2,6 @@
2
3
namespace Makeable\SqlCheck\Tests\Feature;
4
5
-use Illuminate\Support\Facades\Artisan;
6
use Illuminate\Support\Facades\Event;
7
use Makeable\SqlCheck\HealthySqlDump;
8
use Makeable\SqlCheck\Tests\TestCase;
@@ -41,6 +40,7 @@ public function it_succeeds_when_file_is_healthy()
41
40
}
42
43
// Needs better backup option
+
44
/** @test */
45
public function it_fails_when_backup_is_corrupt()
46
{
0 commit comments