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
Fabien Potencier bc0c8c1b5b Merge branch '2.8'
* 2.8:
  added the new Composer exclude-from-classmap option
  added the new Composer exclude-from-classmap option
  fix docblock description for the build() method
  fix expected argument type docblock
  Set back libxml settings after testings.
  fixed Twig deprecation notices
2015-10-30 16:35:59 -07:00
..
CacheWarmer Fix docblock in Doctrine Bridge 2012-11-16 12:36:52 -05:00
DataCollector [DoctrineBridge] Fix issue which prevent the profiler to explain a query 2015-10-27 19:18:52 -07:00
DataFixtures [DoctrineBridge] Rename data fixtures loader class 2012-02-11 16:48:09 -05:00
DependencyInjection Merge branch '2.3' into 2.7 2015-09-14 16:14:09 +02:00
ExpressionLanguage unified return null usages 2014-04-18 22:38:54 +02:00
Form Merge branch '2.8' 2015-10-29 13:12:54 +01:00
HttpFoundation Fixed typos 2015-10-05 10:36:28 +01:00
Logger Rely on iconv and symfony/polyfill-* 2015-10-28 03:15:07 +01:00
PropertyInfo [PropertyInfo] Import the component 2015-09-26 09:46:20 +02:00
Security Added UserLoaderInterface for loading users through Doctrine. 2015-10-16 13:51:34 +02:00
Test [tests] Use @requires annotation when possible 2015-10-10 10:57:40 +02:00
Tests Merge branch '2.8' 2015-10-29 13:12:54 +01:00
Validator Merge branch '2.6' into 2.7 2015-06-28 19:13:14 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [3.0][DoctrineBridge] Removed deprecated features 2015-10-01 16:19:50 +02:00
composer.json Merge branch '2.8' 2015-10-30 16:35:59 -07:00
ContainerAwareEventManager.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
ManagerRegistry.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-10-11 11:39:48 +02:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
RegistryInterface.php Fix phpdoc and coding standards 2014-12-29 23:41:34 +01:00

Doctrine Bridge

Provides integration for Doctrine with various Symfony components.

Resources

You can run the unit tests with the following command:

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