Skip to content

Commit

Permalink
Fix: Adjust extension bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 13, 2023
1 parent d39f957 commit 522d9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/Functional/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
stopOnSkipped="false"
>
<extensions>
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
<bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
</extensions>
<php>
<ini name="error_reporting" value="-1" />
Expand Down
2 changes: 1 addition & 1 deletion test/Integration/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
stopOnSkipped="false"
>
<extensions>
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
<bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension" />
</extensions>
<php>
<ini name="error_reporting" value="-1" />
Expand Down

0 comments on commit 522d9d2

Please sign in to comment.