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
2017-11-19 22:09:29 +02:00
..
bin [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 2017-11-19 22:09:29 +02:00
Legacy [Bridge\PhpUnit] Disable broken auto-require mechanism of phpunit 2017-11-19 19:07:02 +02:00
Tests Ensure that PHPUnit's error handler is still working in isolated tests 2017-10-24 19:15:51 +02:00
TextUI [PhpUnitBridge] Fix detection of PHPUnit 5 2017-06-01 16:45:22 +02:00
.gitignore [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00
Blacklist.php [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 2017-11-19 22:09:29 +02:00
bootstrap.php [Bridge/PhpUnit] Fix compat with phpunit 4.8 & bridge <=3.3.13 2017-11-19 22:09:29 +02:00
CHANGELOG.md removed obsolete comment 2017-08-28 04:33:29 -07:00
ClockMock.php [PhpUnitBridge] Make ClockMock match namespaces that begin with Tests\\ 2016-05-30 09:55:22 +02:00
composer.json [Bridge/PhpUnit] Add PHPUnit 6 support 2017-02-21 09:45:22 +01:00
DeprecationErrorHandler.php Fix phpunit bridge 2017-10-25 11:55:09 +02:00
DnsMock.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08: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 Fix the conditional definition of the SymfonyTestsListener 2017-06-12 15:35:45 +02:00

PHPUnit Bridge

Provides utilities for PHPUnit, especially user deprecation notices management.

Resources