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-04-16 17:40:08 +02:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection fixed types in phpdocs 2014-04-16 12:30:19 +02:00
Form fixed types in phpdocs 2014-04-16 12:30:19 +02:00
HttpFoundation [HttpFoundation] update phpdoc of SessionHandlerInterface and unify parameters of all handlers according to interface 2014-04-16 17:40:08 +02:00
Logger merge branch '2.1' into 2.2 2013-04-01 10:05:23 +02:00
Security made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Test [DoctrineBridge] Improved test coverage of EntityChoiceList 2013-09-10 18:22:14 +02:00
Tests fixed various inconsistencies 2014-02-11 11:29:24 +01:00
Validator made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +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 removed versions in composer.json files 2013-05-13 16:36:40 +02:00
ContainerAwareEventManager.php fixed types in phpdocs 2014-04-16 12:30:19 +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 made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01: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