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
2021-01-01 10:24:35 +01:00
..
bin [PhpUnitBridge] Fix disabling DeprecationErrorHandler from phpunit configuration file 2020-11-30 09:16:37 +01:00
DeprecationErrorHandler [PhpUnitBridge] Fix PHP 5.5 compatibility 2020-12-09 17:54:32 +01:00
Legacy [PhpUnitBridge] CS fix 2020-12-09 19:44:45 +01:00
Tests Stop using deprecated trait 2020-12-14 16:50:10 +01:00
TextUI [PhpUnitBridge] Add compatibility to PHPUnit 9 #35662 2020-02-17 09:30:34 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader 2020-11-26 18:48:00 +01:00
bootstrap.php [PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error 2020-09-28 16:03:26 -04:00
CHANGELOG.md [PhpUnitBridge] Polyfill new phpunit 9.1 assertions 2020-08-28 09:39:33 +02:00
ClassExistsMock.php [PhpUnitBridge] Lint files with PHP 5.5 2020-12-14 16:00:48 +01:00
ClockMock.php [PhpUnitBridge] cs fix 2020-02-06 18:00:39 +01:00
composer.json [PhpUnitBridge] Fix qualification of deprecations triggered by the debug class loader 2020-11-26 18:48:00 +01:00
ConstraintTrait.php Support PHPUnit 8 and PHPUnit 9 in constraint compatibility trait 2020-10-22 14:29:45 +02:00
CoverageListener.php Add polyfill for PhpUnit namespace 2019-08-05 15:03:15 +02:00
DeprecationErrorHandler.php [PhpUnitBridge] Fix CS for PHP 5.5 2020-12-08 18:05:36 +01:00
DnsMock.php [PhpUnitBridge] CS fix 2020-12-09 19:44:45 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
SetUpTearDownTrait.php Inject ForwardCompatibiliy in TestCase 2019-08-03 22:14:29 +02:00
SymfonyTestsListener.php Add polyfill for PhpUnit namespace 2019-08-05 15:03:15 +02:00

PHPUnit Bridge

Provides utilities for PHPUnit, especially user deprecation notices management.

Resources