We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aaff9f commit 940d0a9Copy full SHA for 940d0a9
testing/database.rst
@@ -48,12 +48,12 @@ Now, enable it as a PHPUnit extension or listener:
48
<phpunit>
49
<!-- ... -->
50
51
- <!-- Add this for PHPUnit 7.1 or higher -->
+ <!-- Add this for PHPUnit 7.5 or higher -->
52
<extensions>
53
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
54
</extensions>
55
56
- <!-- Add this for PHPUnit 7.0 -->
+ <!-- Add this for PHPUnit 7.0 until 7.4 -->
57
<listeners>
58
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
59
</listeners>
0 commit comments