We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7381a0 commit fd47d8aCopy full SHA for fd47d8a
tests/TestCase.php
@@ -10,6 +10,8 @@ protected function getEnvironmentSetUp($app)
10
$app['config']->set('blueprint.controllers_namespace', 'Http\\Controllers');
11
$app['config']->set('blueprint.models_namespace', '');
12
$app['config']->set('blueprint.app_path', 'app');
13
+ $app['config']->set('blueprint.generate_phpdocs', false);
14
+ $app['config']->set('blueprint.fake_nullables', true);
15
}
16
17
public function fixture(string $path)
0 commit comments