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/Doctrine
2014-10-30 21:17:55 +01:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Remove aligned '=>' and '=' 2014-10-30 21:17:55 +01:00
ExpressionLanguage unified return null usages 2014-04-18 22:38:54 +02:00
Form Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
HttpFoundation fixed CS 2014-09-22 10:32:35 +02:00
Logger [DoctrineBridge] Fix empty parameter logging in the dbal logger 2014-08-22 12:29:51 +02:00
Security Merge branch '2.3' into 2.5 2014-10-26 08:41:27 +01:00
Test [DoctrineBridge] Improved test coverage of EntityChoiceList 2013-09-10 18:24:34 +02:00
Tests Remove aligned '=>' and '=' 2014-10-30 21:17:55 +01:00
Validator [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json fixed deps 2014-09-28 17:56:11 +02:00
ContainerAwareEventManager.php Unify null comparisons 2014-07-26 11:54:23 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
ManagerRegistry.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00
RegistryInterface.php added missing use statment (closes #5825) 2012-10-24 17:10:37 +02:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Doctrine/
$ composer.phar install
$ phpunit