Skip to content

Commit fd47d8a

Browse files
committed
Properly default config options for testing
1 parent c7381a0 commit fd47d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ protected function getEnvironmentSetUp($app)
1010
$app['config']->set('blueprint.controllers_namespace', 'Http\\Controllers');
1111
$app['config']->set('blueprint.models_namespace', '');
1212
$app['config']->set('blueprint.app_path', 'app');
13+
$app['config']->set('blueprint.generate_phpdocs', false);
14+
$app['config']->set('blueprint.fake_nullables', true);
1315
}
1416

1517
public function fixture(string $path)

0 commit comments

Comments
 (0)