diff --git a/tests/TestCase.php b/tests/TestCase.php index f1d62ee..f0fbf05 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -3,13 +3,10 @@ namespace Inertia\Engage\Tests; use Inertia\EngageServiceProvider; -use Orchestra\Testbench\Concerns\WithWorkbench; use Orchestra\Testbench\TestCase as BaseTestCase; abstract class TestCase extends BaseTestCase { - // use WithWorkbench; - protected function defineEnvironment($app) { $app['view']->addLocation(__DIR__.'/stubs/views');