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 91c65d2

Browse filesBrowse files
committed
[PhpUnitBridge] Remove SetUpTearDownTrait
1 parent 68563ec commit 91c65d2
Copy full SHA for 91c65d2

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": "^4.4|^5.0|^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.