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
Fabien Potencier 03acba5341 Merge branch '3.2'
* 3.2:
  fail when detecting risky tests
  fail when detecting risky tests
  fail when detecting risky tests
2017-04-12 07:14:56 -07:00
..
bin Use PHPUnit 5.4 instead of 5.3 2017-03-09 13:58:16 +01:00
Legacy add errors as late as possible 2017-03-20 14:28:31 +01:00
Tests Introduce weak vendors mode 2017-02-21 23:18:35 +01:00
TextUI Merge branch '3.2' 2017-03-01 17:49:24 -08:00
.gitignore [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00
bootstrap.php [Bridge/PhpUnit] Add PHPUnit 6 support 2017-02-21 09:45:22 +01: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 Stop relying on the $mode argument 2017-03-13 12:11:00 +01: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 Count @expectedDeprecation as an assertion 2017-03-06 17:08:22 +01:00

PHPUnit Bridge

Provides utilities for PHPUnit, especially user deprecation notices management.

Resources