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/ProxyManager
Fabien Potencier feff411dfc Merge branch '2.3'
* 2.3:
  Clear lazy loading initializer after the service is successfully initialized
  [FrameworkBundle] added support for double-quoted strings in the extractor (closes #8797)
  [SecurityBundle] Move format-dependent tests from SecurityExtensionTest
  bumped Symfony version to 2.3.5-DEV
  updated VERSION for 2.3.4
  updated CHANGELOG for 2.3.4
  bumped Symfony version to 2.2.7
  updated VERSION for 2.2.6
  update CONTRIBUTORS for 2.2.6
  updated CHANGELOG for 2.2.6
  clearToken exception is thrown at wrong place.
  fix typo in test skipped message
  [Form] Fixed Form::all() signature for PHP 5.3.3
  [Form] Fixed Form::all() signature for PHP 5.3.3
  [Locale] Fixed: Locale::setDefault() throws no exception when "en" is passed
  [Locale] Fixed: StubLocale::setDefault() throws no exception when "en" is passed
  [Translation] Grammar fix
  [Yaml] fixed embedded folded string parsing
  [Validator] fixed Boolean handling in XML constraint mappings (closes #5603)
  [Translation] Fixed regression: When only one rule is passed to transChoice(), this rule should be used

Conflicts:
	src/Symfony/Component/HttpKernel/Kernel.php
2013-08-29 08:54:01 +02:00
..
LazyProxy Clear lazy loading initializer after the service is successfully initialized 2013-08-29 07:26:51 +02:00
Tests/LazyProxy Merge branch '2.3' 2013-08-29 08:54:01 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md ProxyManager Bridge 2013-05-06 08:38:39 +02:00
composer.json Bumping max version of ProxyManager, supporting 0.4.0 2013-06-28 23:58:32 +02:00
LICENSE ProxyManager Bridge 2013-05-06 08:38:39 +02:00
phpunit.xml.dist ProxyManager Bridge 2013-05-06 08:38:39 +02:00
README.md tweaked previous merge 2013-05-06 10:30:13 +02:00

ProxyManager Bridge

Provides integration for ProxyManager with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/ProxyManager/
$ composer.phar install --dev
$ phpunit