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 1f4100d635 Merge branch '4.1'
* 4.1:
  Supress deprecation notices thrown when getting private servies from container in tests
  Uses `protected` for test functions
  [Messenger] Allow to scope handlers per bus
  do not mock the session in token storage tests
  [DependencyInjection] resolve array env vars
  Add Occitan plural rule
  Fix security/* cross-dependencies
  [Messenger] implement several senders using a ChainSender
  [Lock] Skip test if posix extension is not installed
  fix bug when imported routes are prefixed
  [DI] Allow defining bindings on ChildDefinition
  use strict compare in url validator
  Disallow illegal characters like "." in session.name
  [HttpKernel] do file_exists() check instead of silent notice
  Select alternatives on missing receiver arg or typo
  fix rounding from string
2018-05-21 12:10:22 +02:00
..
bin Merge branch '4.0' 2018-04-26 18:12:45 +02:00
Legacy fixed CS 2018-05-11 17:58:37 +02:00
Tests fixed CS 2018-05-11 17:58:37 +02:00
TextUI [PhpUnitBridge] Fix 2018-04-30 08:36:51 -07: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 Merge branch '2.8' into 3.3 2017-11-21 10:58:54 +01:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
CoverageListener.php [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners 2018-03-19 09:37:57 +01:00
DeprecationErrorHandler.php Supress deprecation notices thrown when getting private servies from container in tests 2018-05-21 11:18:50 +02: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 [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