Skip to content

Commit

Permalink
Add dama/doctrine-test-bundle (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 21, 2022
1 parent 92b8c1a commit 5ebeac5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -65,6 +65,7 @@
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"dama/doctrine-test-bundle": "^6.7",
"doctrine/mongodb-odm": "^2.0",
"doctrine/orm": "^2.5",
"doctrine/phpcr-odm": "^1.5",
Expand Down
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -30,6 +30,10 @@ It's auto-generated by sonata-project/dev-kit package.
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
</listeners>

<extensions>
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
</extensions>

<php>
<ini name="precision" value="8" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0" />
Expand Down

0 comments on commit 5ebeac5

Please sign in to comment.