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.
2 parents fa5eaf9 + 9e1d58e commit 203f30dCopy full SHA for 203f30d
testing.rst
@@ -391,6 +391,9 @@ Now, enable it as a PHPUnit extension:
391
<!-- ... -->
392
393
<extensions>
394
+ <!-- use this with PHPUnit 10 or newer -->
395
+ <bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
396
+ <!-- use this with legacy PHPUnit versions older than 10 -->
397
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
398
</extensions>
399
</phpunit>
0 commit comments