This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/PhpUnit
Nicolas Grekas b4cdb19451 bug #26089 [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener (lyrixx)
This PR was merged into the 3.4 branch.

Discussion
----------

[PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

6c0e6af [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener
2018-02-14 12:53:54 +01:00
..
bin Avoid running the remove command without any packages 2018-02-13 18:35:53 +01:00
Legacy [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener 2018-02-14 10:37:47 +01:00
Tests [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener 2018-02-14 10:37:47 +01:00
TextUI [Bridge/PhpUnit] hotfix 2018-02-11 18:56:58 +01:00
.gitignore [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00
bootstrap.php Take advantage of AnnotationRegistry::registerUniqueLoader 2017-12-12 15:38:57 -08:00
CHANGELOG.md [Bridge/PhpUnit] Fix tests by backporting #25997 to 3.4 2018-02-11 22:40:17 +01:00
ClockMock.php Merge branch '2.8' into 3.3 2017-11-21 10:58:54 +01:00
composer.json Merge branch '3.3' into 3.4 2017-12-29 21:55:26 +01:00
CoverageListener.php [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener 2018-02-14 10:37:47 +01:00
DeprecationErrorHandler.php [Bridge/PhpUnit] Fix tests by backporting #25997 to 3.4 2018-02-11 22:40:17 +01:00
DnsMock.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
SymfonyTestsListener.php [Bridge\PhpUnit] Cleanup BC layer 2018-02-11 15:27:55 +01:00

PHPUnit Bridge

Provides utilities for PHPUnit, especially user deprecation notices management.

Resources