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
Christian Flothmann 1df45e4356 Merge branch '4.0'
* 4.0: (30 commits)
  [FrameworkBundle] fix tests
  [Serializer] Fixed throwing exception with option JSON_PARTIAL_OUTPUT_ON_ERROR
  [HttpKernel] Fix session handling: decouple "save" from setting response "private"
  swap filter/function and package names
  [HttpFoundation] Always call proxied handler::destroy() in StrictSessionHandler
  [HttpKernel] Fix compile error when a legacy container is fresh again
  Add tests for the HttpKernel request collector and redirection via cookies
  Uses cookies to track the requests redirection
  Tweaked some styles in the profiler tables
  Add type string to docblock for Process::setInput()
  [Security] Fail gracefully if the security token cannot be unserialized from the session
  [Form] AbstractLayoutTest - fix DOMDocument casing
  Run simple-phpunit with --no-suggest option
  [FrameworkBundle] Fix using "annotations.cached_reader" in after-removing passes
  bumped Symfony version to 4.0.4
  updated VERSION for 4.0.3
  updated CHANGELOG for 4.0.3
  bumped Symfony version to 3.4.4
  updated VERSION for 3.4.3
  updated CHANGELOG for 3.4.3
  ...
2018-01-10 20:03:03 +01:00
..
bin Merge branch '3.3' into 3.4 2018-01-10 12:30:01 +01:00
Legacy Merge branch '3.4' into 4.0 2018-01-04 18:20:09 +01:00
Tests Remove dead code 2017-12-31 04:28:13 +01: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
bootstrap.php Take advantage of AnnotationRegistry::registerUniqueLoader 2017-12-12 15:38:57 -08:00
CHANGELOG.md Merge branch '3.4' 2017-09-27 09:49:38 +02:00
ClockMock.php Merge branch '2.8' into 3.3 2017-11-21 10:58:54 +01:00
composer.json Merge branch '4.0' 2017-12-29 22:01:22 +01:00
CoverageListener.php [PhpUnitBridge] Added a CoverageListener to enhance the code coverage report 2017-09-26 16:19:19 -07:00
DeprecationErrorHandler.php [Bridge/PhpUnit] Fix BC/FC of serialized deprecations 2018-01-04 18:19:23 +01:00
DnsMock.php Merge branch '3.1' 2016-06-29 07:43:10 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01: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