1 | <?php namespace Nwidart\Modules\Tests; |
||
6 | abstract class BaseTestCase extends OrchestraTestCase |
||
7 | { |
||
8 | protected function getPackageProviders($app) |
||
14 | |||
15 | /** |
||
16 | * Set up the environment. |
||
17 | * |
||
18 | * @param \Illuminate\Foundation\Application $app |
||
19 | */ |
||
20 | protected function getEnvironmentSetUp($app) |
||
23 | } |
||
24 |