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
Fabien Potencier d100ffaf76 fixed CS
2012-07-09 14:54:20 +02: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 [Form] implement force append / prepend 2012-06-09 17:05:41 +02: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 fixed CS 2012-07-09 14:54:20 +02:00
CHANGELOG.md [Propel1Bridge] added CHANGELOG 2012-04-26 22:39:36 +02:00
composer.json updated minimum PHP version to 5.3.3 2012-05-07 10:29:11 +02:00
LICENSE merged 2.0 2012-05-18 19:04:58 +02: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