diff --git a/tests/TestCase.php b/tests/TestCase.php index 3d08aac..c36adac 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -3,9 +3,10 @@ namespace Ringierimu\ServiceBusNotificationsChannel\Tests; use Illuminate\Config\Repository; +use Orchestra\Testbench\TestCase as OrchestraTestCase; use Ringierimu\ServiceBusNotificationsChannel\ServiceBusServiceProvider; -class TestCase extends \Orchestra\Testbench\TestCase +class TestCase extends OrchestraTestCase { protected function getPackageProviders($app) {