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 caa2579e0a Merge branch '3.4' into 4.2
* 3.4:
  [TwigBridge] Fix test
  Remove unnecessary ProgressBar stdout writes (fixes flickering)
  [Validator] improve translations for albanian ("sq") locale
  [VarDumper] fix serializing Stub instances
  Don't resolve the Deprecation error handler mode until a deprecation is triggered
  bug #30245 fix lost namespace in eval (fizzka)
  [Twig] removed usage of non-namespaced classes
  added missing dot
  Update validators.lt.xlf
  #30172 Add the missing validation translations for the Luxembourgish …
  [Debug][ErrorHandler] Preserve next error handler
2019-02-18 07:49:49 +01:00
..
bin PHPUnit Bridge: Rollback to traditional array syntax. 2019-01-30 14:30:37 +01:00
Legacy PHPUnit Bridge: Rollback to traditional array syntax. 2019-01-30 14:30:37 +01:00
Tests [PhpUnitBridge] fix PHP 5.3 compat 2019-02-06 09:03:17 +01:00
TextUI Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +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 [PhpUnitBridge] Search for other SYMFONY_* env vars in phpunit.xml then phpunit.xml.dist 2018-04-05 11:13:43 +02:00
ClockMock.php PHPUnit Bridge: Rollback to traditional array syntax. 2019-01-30 14:30:37 +01:00
composer.json Merge branch '3.4' into 4.2 2019-02-12 21:06:11 +01:00
CoverageListener.php [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners 2018-03-19 09:37:57 +01:00
DeprecationErrorHandler.php Merge branch '3.4' into 4.2 2019-02-18 07:49:49 +01:00
DnsMock.php PHPUnit Bridge: Rollback to traditional array syntax. 2019-01-30 14:30:37 +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