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 7c026bb33e Merge branch '2.6' into 2.7
* 2.6:
  [2.3] CS And DocBlock Fixes
  [2.3] CS Fixes
  [FrameworkBundle] Fixed Translation loader and update translation command.
  [Console] remove « use » statement for PHP built-in exception classes.
  [SecurityBundle] adds unit tests suite for SecurityDataCollector class.

Conflicts:
	src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php
2014-12-22 17:45:18 +01:00
..
LazyProxy [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Tests/LazyProxy Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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 Merge branch '2.6' into 2.7 2014-12-13 10:20:15 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +01:00

ProxyManager Bridge

Provides integration for ProxyManager with various Symfony components.

Resources

You can run the unit tests with the following command:

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