Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9e7196c

Browse filesBrowse files
committed
minor #12932 Fix dama/doctrine-test-bundle docs (dmaicher)
This PR was merged into the 4.3 branch. Discussion ---------- Fix dama/doctrine-test-bundle docs To sync this with the change made here: dmaicher/doctrine-test-bundle@f9abe2c The PHPUnit extension does not work properly for PHPUnit < 7.5 😕 <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 940d0a9 Fix dama/doctrine-test-bundle docs
2 parents 1aaff9f + 940d0a9 commit 9e7196c
Copy full SHA for 9e7196c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎testing/database.rst

Copy file name to clipboardExpand all lines: testing/database.rst
+2-2Lines 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 for PHPUnit 7.1 or higher -->
51+
<!-- Add this for PHPUnit 7.5 or higher -->
5252
<extensions>
5353
<extension class="DAMA\DoctrineTestBundle\PHPUnit\PHPUnitExtension"/>
5454
</extensions>
5555
56-
<!-- Add this for PHPUnit 7.0 -->
56+
<!-- Add this for PHPUnit 7.0 until 7.4 -->
5757
<listeners>
5858
<listener class="\DAMA\DoctrineTestBundle\PHPUnit\PHPUnitListener"/>
5959
</listeners>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.