kekrozsak/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine
Polonkai Gergely 082a0130c2 Initial commit with Symfony 2.1+Vendors
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 09:52:20 +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 Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Form Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +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 Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Validator Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
CHANGELOG.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +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 Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +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