Skip to content

Commit 203f30d

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Tweaks PHPUnit Version update
2 parents fa5eaf9 + 9e1d58e commit 203f30d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testing.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ Now, enable it as a PHPUnit extension:
391391
<!-- ... -->
392392
393393
<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 -->
394397
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
395398
</extensions>
396399
</phpunit>

0 commit comments

Comments
 (0)