From 0a78b5ce4661dba927345e92789bbb2006e61edb Mon Sep 17 00:00:00 2001 From: David Carr Date: Sun, 26 Jun 2022 17:39:13 +0100 Subject: [PATCH] tests updated to run in test mode --- tests/Unit/DbSyncTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Unit/DbSyncTest.php b/tests/Unit/DbSyncTest.php index 20e6455..215d459 100644 --- a/tests/Unit/DbSyncTest.php +++ b/tests/Unit/DbSyncTest.php @@ -36,6 +36,6 @@ config(['dbsync.username' => 'root']); config(['dbsync.database' => 'demo']); - $this->artisan('db:production-sync') + $this->artisan('db:production-sync --test') ->expectsOutput('DB Synced'); });