kekrozsak/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine
Polonkai Gergely 9f49b70d67 Made group creation possible (open groups only, yet) 2012-07-17 21:37:54 +02:00
..
CacheWarmer Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DataCollector Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DataFixtures Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DependencyInjection Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Form Made group creation possible (open groups only, yet) 2012-07-17 21:37:54 +02:00
HttpFoundation Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Logger Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Security/User Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Tests Made group creation possible (open groups only, yet) 2012-07-17 21:37:54 +02:00
Validator Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Made group creation possible (open groups only, yet) 2012-07-17 21:37:54 +02:00
ContainerAwareEventManager.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
ManagerRegistry.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
RegistryInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

README.md

Doctrine Bridge

Provides integration for Doctrine with various Symfony2 components.

Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Bridge/Doctrine/

If you also want to run the unit tests that depend on other Symfony Components, declare the following environment variables before running PHPUnit:

export DOCTRINE_COMMON=../path/to/doctrine-common
export DOCTRINE_DBAL=../path/to/doctrine-dbal
export DOCTRINE_ORM=../path/to/doctrine
export DOCTRINE_FIXTURES=../path/to/doctrine-fixtures
export SYMFONY_HTTP_FOUNDATION=../path/to/HttpFoundation
export SYMFONY_DEPENDENCY_INJECTION=../path/to/DependencyInjection
export SYMFONY_FORM=../path/to/Form
export SYMFONY_SECURITY=../path/to/Security
export SYMFONY_VALIDATOR=../path/to/Validator
export SYMFONY_HTTP_KERNEL=../path/to/HttpKernel
export SYMFONY_EVENT_DISPATCHER=../path/to/EventDispatcher