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/README.md

29 lines
1001 B
Markdown
Raw Normal View History

2011-11-03 20:29:55 +00:00
Doctrine Bridge
===============
2011-12-18 13:18:13 +00:00
Provides integration for [Doctrine](http://www.doctrine-project.org/) with
various Symfony2 components.
2011-11-03 20:29:55 +00:00
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:
2011-11-03 20:29:55 +00:00
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