kekrozsak/vendor/symfony/symfony/src/Symfony/Bridge/Propel1
Polonkai Gergely 9d0d2ce524 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
..
DataCollector Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
DependencyInjection/Security/UserProvider Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Form Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +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 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md 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
README.md 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

Propel Bridge

Provides integration for Propel with various Symfony2 components.

Resources

You can run the unit tests with the following command:

phpunit -c src/Symfony/Bridge/Propel/

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

export PROPEL1=../path/to/Propel
export SYMFONY_HTTP_FOUNDATION=../path/to/HttpFoundation
export SYMFONY_HTTP_KERNEL=../path/to/HttpKernel
export SYMFONY_FORM=../path/to/Form