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 3fadcc6a96 Merge branch '4.4'
* 4.4:
  [HttpKernel] Make DebugHandlersListener internal
  HttpKernel 4.4 is incompatible with Console 5 because of the EventDispatcher changes.
  Add missed use class for Symfony\Bundle\FrameworkBundle\Test\WebTestCase::$client
  bump Twig bridge dependency
  [HttpClient] Minor fix in an error message
  Fix parameter documentation for Inflector::pluralize() method
  Use a more appropriate group when deprecating mode
  Marked several components as incompatible with EventDispatcher 5.
  bumped Symfony version to 4.3.1
  updated VERSION for 4.3.0
  updated CHANGELOG for 4.3.0
  [FrameworkBundle] fix test fixture using deprecated controller and add missing deprecation
  exchanged $rootDir and $fileLinkFormatter arguments in DebugCommand
  [FrameworkBundle] Add a validation on the messenger section
2019-05-30 15:57:29 +02:00
..
bin [Bridge/PhpUnit] Extract all the code but shebang from bin/simple-phpunit 2019-05-05 21:47:39 +03:00
DeprecationErrorHandler fixed compat with older versions of PHP 2019-05-08 15:47:25 +02:00
Legacy Merge branch '3.4' into 4.2 2019-04-16 11:36:45 +02:00
Tests [PhpUnitBridge] ClockMock does not mock gmdate() 2019-04-12 16:09:30 +02:00
TextUI Fix TestRunner compatibility to PhpUnit 8 2019-04-08 09:56:31 +02: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] Extract all the code but shebang from bin/simple-phpunit 2019-05-05 21:47:39 +03:00
ClassExistsMock.php fixed CS 2019-01-16 22:53:45 +01:00
ClockMock.php [PhpUnitBridge] CS fix 2019-04-12 16:49:44 +02:00
composer.json Bump deps to ^4.4|^5.0 for Symfony 5.0 2019-05-28 20:01:02 +02:00
CoverageListener.php [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners 2018-03-19 09:37:57 +01:00
DeprecationErrorHandler.php Use a more appropriate group when deprecating mode 2019-05-30 10:57:55 +02:00
DnsMock.php fix PHP 5.3 compatibility 2019-03-26 21:16:42 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +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
SymfonyTestsListener.php [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners 2018-03-19 09:37:57 +01:00

PHPUnit Bridge

Provides utilities for PHPUnit, especially user deprecation notices management.

Resources