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.
2 parents 1f66f56 + 9e7196c commit 3efc706Copy full SHA for 3efc706
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