You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 years ago | |
---|---|---|
.. | ||
CacheWarmer | 11 years ago | |
DataCollector | 11 years ago | |
DataFixtures | 11 years ago | |
DependencyInjection | 11 years ago | |
Form | 11 years ago | |
HttpFoundation | 11 years ago | |
Logger | 11 years ago | |
Security/User | 11 years ago | |
Tests | 11 years ago | |
Validator | 11 years ago | |
CHANGELOG.md | 11 years ago | |
ContainerAwareEventManager.php | 11 years ago | |
LICENSE | 11 years ago | |
ManagerRegistry.php | 11 years ago | |
README.md | 11 years ago | |
RegistryInterface.php | 11 years ago | |
composer.json | 11 years ago | |
phpunit.xml.dist | 11 years ago |
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