diff --git a/tests/TestCase.php b/tests/TestCase.php index c6968d7..91ad817 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -3,6 +3,7 @@ namespace Victorlap\Approvable\Tests; use Illuminate\Foundation\Testing\DatabaseTransactions; +use Orchestra\Database\ConsoleServiceProvider; use Orchestra\Testbench\TestCase as Orchestra; use Victorlap\Approvable\ApprovableServiceProvider; @@ -50,6 +51,7 @@ protected function getPackageProviders($app) { return [ ApprovableServiceProvider::class, + ConsoleServiceProvider::class, ]; } } \ No newline at end of file