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 404db1a + df8ab07 commit 9e1d58eCopy full SHA for 9e1d58e
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