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 b70b9ad + bb6d4bf commit bfcccc3Copy full SHA for bfcccc3
testing/database.rst
@@ -48,12 +48,12 @@ Now, enable it as a PHPUnit extension or listener:
48
<phpunit>
49
<!-- ... -->
50
51
- <!-- Add this in PHPUnit 8 or higher -->
+ <!-- Add this for PHPUnit 7.1 or higher -->
52
<extensions>
53
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
54
</extensions>
55
56
- <!-- Add this in PHPUnit 7 or lower -->
+ <!-- Add this for PHPUnit 7.0 -->
57
<listeners>
58
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
59
</listeners>
0 commit comments