8000
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 9a2a6c3 commit bb6d4bfCopy full SHA for bb6d4bf
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