Skip to content

Commit 9e7196c

Browse files
committed
minor #12932 Fix dama/doctrine-test-bundle docs (dmaicher)
This PR was merged into the 4.3 branch. Discussion ---------- Fix dama/doctrine-test-bundle docs To sync this with the change made here: dmaicher/doctrine-test-bundle@f9abe2c The PHPUnit extension does not work properly for PHPUnit < 7.5 😕 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 940d0a9 Fix dama/doctrine-test-bundle docs
2 parents 1aaff9f + 940d0a9 commit 9e7196c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/database.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Now, enable it as a PHPUnit extension or listener:
4848
<phpunit>
4949
<!-- ... -->
5050
51-
<!-- Add this for PHPUnit 7.1 or higher -->
51+
<!-- Add this for PHPUnit 7.5 or higher -->
5252
<extensions>
5353
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
5454
</extensions>
5555
56-
<!-- Add this for PHPUnit 7.0 -->
56+
<!-- Add this for PHPUnit 7.0 until 7.4 -->
5757
<listeners>
5858
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
5959
</listeners>

0 commit comments

Comments
 (0)