'layouts.app', /* |-------------------------------------------------------------------------- | Base Test Class Path |-------------------------------------------------------------------------- | | Base TestCase Path on Laravel application | */ 'base_test_path' => 'tests/TestCase.php', /* |-------------------------------------------------------------------------- | Base Test Class |-------------------------------------------------------------------------- | | Base Test Class that used on Laravel application | according to 'base_test_path' config above | */ 'base_test_class' => 'Tests\TestCase', ];