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

[PhpUnitBridge] Remove SetUpTearDownTrait #41302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 5 src/Symfony/Bridge/PhpUnit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

6.0
---

* Remove `SetUpTearDownTrait`

5.3
---

Expand Down
70 changes: 0 additions & 70 deletions 70 src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV7.php

This file was deleted.

58 changes: 0 additions & 58 deletions 58 src/Symfony/Bridge/PhpUnit/Legacy/SetUpTearDownTraitForV8.php

This file was deleted.

30 changes: 0 additions & 30 deletions 30 src/Symfony/Bridge/PhpUnit/SetUpTearDownTrait.php

This file was deleted.

4 changes: 2 additions & 2 deletions 4 src/Symfony/Bridge/PhpUnit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": ">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
"php": ">=7.1.3",
"symfony/deprecation-contracts": "^2.1"
"php": ">=7.1.3"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.1",
jderusse marked this conversation as resolved.
Show resolved Hide resolved
"symfony/error-handler": "^5.4|^6.0"
},
"suggest": {
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.