Skip to content

Commit bfcccc3

Browse files
committed
minor #12356 Update dama/doctrine-test-bundle docs (dmaicher)
This PR was squashed before being merged into the 4.3 branch (closes #12356). Discussion ---------- Update dama/doctrine-test-bundle docs PHPUnit test hooks can be used starting from PHPUnit version 7.1: https://phpunit.readthedocs.io/en/7.1/extending-phpunit.html#extending-phpunit-testrunner This will avoid deprecation notices. See also dmaicher/doctrine-test-bundle@8f87ad0 ping @javiereguiluz Commits ------- bb6d4bf Update dama/doctrine-test-bundle docs
2 parents b70b9ad + bb6d4bf commit bfcccc3

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 in PHPUnit 8 or higher -->
51+
<!-- Add this for PHPUnit 7.1 or higher -->
5252
<extensions>
5353
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
5454
</extensions>
5555
56-
<!-- Add this in PHPUnit 7 or lower -->
56+
<!-- Add this for PHPUnit 7.0 -->
5757
<listeners>
5858
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
5959
</listeners>

0 commit comments

Comments
 (0)