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 6ca5774 commit 0e10c14Copy full SHA for 0e10c14
tests/Unit/DbSyncTest.php
@@ -4,7 +4,7 @@
4
use Illuminate\Support\Facades\File;
5
6
//TODO pass test
7
-test('demo', function () {
+test('will fail without credentials', function () {
8
$this->artisan('db:production-sync')
9
->expectsOutput('DB credentials not set, have you published the config and set ENV variables?');
10
});
0 commit comments