Skip to content

Commit b67ef3e

Browse files
committed
minor #21268 [Testing] PHPUnit Version update (Raistlfiren)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- [Testing] PHPUnit Version update PHPUnit V10 uses `bootstrap` instead of `extension`. - Element 'extension': This element is not expected. Expected is ( bootstrap ). Commits ------- c0a518d PHPUnit Version update
2 parents b998a55 + c0a518d commit b67ef3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ Now, enable it as a PHPUnit extension:
397397
398398
<extensions>
399399
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
400+
<!-- Greater than PHPunit v10 -->
401+
<bootstrap class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
400402
</extensions>
401403
</phpunit>
402404

0 commit comments

Comments
 (0)