Skip to content

Commit 9e1d58e

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Tweaks PHPUnit Version update
2 parents 404db1a + df8ab07 commit 9e1d58e

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)