Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Add ConsoleServiceProvider required by orchestral/testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlap committed Jul 3, 2017
1 parent a798824 commit 7625ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down Expand Up @@ -50,6 +51,7 @@ protected function getPackageProviders($app)
{
return [
ApprovableServiceProvider::class,
ConsoleServiceProvider::class,
];
}
}

0 comments on commit 7625ac5

Please sign in to comment.