Skip to content

Commit 940d0a9

Browse files
authored
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.4 😕
1 parent 1aaff9f commit 940d0a9

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)