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/Propel1
2013-01-09 09:51:07 +01:00
..
DataCollector fixed CS 2012-05-18 19:42:42 +02:00
DependencyInjection/Security/UserProvider [Propel1] Fixed typo 2012-04-20 16:15:59 +02:00
Form use preferred_choices in favor of preferred_query 2012-12-21 13:49:48 +01:00
Logger fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Security/User [Propel1] Added security layer 2012-04-20 15:23:01 +02:00
Tests add preferred_query option to ModelType 2012-12-21 12:21:17 +01:00
CHANGELOG.md [Propel1Bridge] added CHANGELOG 2012-04-26 22:39:36 +02:00
composer.json Removed useless branch alias for dev-master in composer.json 2012-12-06 11:00:55 +01:00
LICENSE Merge branch '2.0' into 2.1 2013-01-04 18:00:54 +01:00
phpunit.xml.dist [Propel1] Fixed phpunit.xml.dist 2012-04-15 02:03:48 +02:00
README.md [Propel1Bridge][TwigBridge] fixed export instructions in the README files 2012-04-06 23:24:52 -03:00

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