Skip to content

Navigation Menu

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 b142d5c

Browse filesBrowse files
feature #41302 [PhpUnitBridge] Remove SetUpTearDownTrait (derrabus)
This PR was merged into the 6.0 branch. Discussion ---------- [PhpUnitBridge] Remove SetUpTearDownTrait | Q | A | ------------- | --- | Branch? | 6.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Commits ------- fa3c45b [PhpUnitBridge] Remove SetUpTearDownTrait
2 parents 4a94015 + fa3c45b commit b142d5c
Copy full SHA for b142d5c

File tree

5 files changed

+7
-160
lines changed
Filter options

5 files changed

+7
-160
lines changed

‎src/Symfony/Bridge/PhpUnit/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
6.0
5+
---
6+
7+
* Remove `SetUpTearDownTrait`
8+
49
5.3
510
---
611

‎src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV7.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV7.php
-70Lines changed: 0 additions & 70 deletions
This file was deleted.

‎src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV8.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV8.php
-58Lines changed: 0 additions & 58 deletions
This file was deleted.

‎src/Symfony/Bridge/PhpUnit/SetUpTearDownTrait.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/SetUpTearDownTrait.php
-30Lines changed: 0 additions & 30 deletions
This file was deleted.

‎src/Symfony/Bridge/PhpUnit/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/composer.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21-
"php": ">=7.1.3",
22-
"symfony/deprecation-contracts": "^2.1"
21+
"php": ">=7.1.3"
2322
},
2423
"require-dev": {
24+
"symfony/deprecation-contracts": "^2.1",
2525
"symfony/error-handler": "^5.4|^6.0"
2626
},
2727
"suggest": {

0 commit comments

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