Skip to content

Commit df8ab07

Browse files
committed
Tweaks
1 parent b67ef3e commit df8ab07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

testing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,10 @@ Now, enable it as a PHPUnit extension:
396396
<!-- ... -->
397397
398398
<extensions>
399-
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
400-
<!-- Greater than PHPunit v10 -->
399+
<!-- use this with PHPUnit 10 or newer -->
401400
<bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
401+
<!-- use this with legacy PHPUnit versions older than 10 -->
402+
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
402403
</extensions>
403404
</phpunit>
404405

0 commit comments

Comments
 (0)