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
2012-04-15 18:54:29 +02:00
..
DataCollector add limit to logger explosion 2012-03-26 17:07:55 +02:00
Form Improve the TypeGuesser to match the latest Sf2.1 2012-04-15 17:22:29 +02:00
Logger fix PropelLogger stopwatch events 2012-03-13 14:42:19 +01:00
Tests [Propel1] Added tests for guessType() method 2012-04-15 18:54:29 +02:00
composer.json [Propel1] Added composer.json 2012-04-15 02:05:10 +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