Skip to content

Commit

Permalink
DevKit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 29, 2022
1 parent 07f6153 commit 97df012
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ set_time_limit(0);

require dirname(__DIR__) . '/vendor/autoload.php';

$kernel = new AppKernel();
$kernel = new AppKernel('test', false);
$application = new Application($kernel);
$application->run(new ArgvInput());
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@ It's auto-generated by sonata-project/dev-kit package.
<ini name="precision" value="8" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
<server name="PANTHER_WEB_SERVER_DIR" value="./tests/App/public/" />
<env name="KERNEL_CLASS" value="\Sonata\DoctrineMongoDBAdminBundle\Tests\App\AppKernel" />
<server name="APP_ENV" value="test" force="true" />
<server name="APP_DEBUG" value="false" />
</php>
</phpunit>

0 comments on commit 97df012

Please sign in to comment.