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 9fbf8555f0 Revert "merged branch Seldaek/master (PR #4133)"
This reverts commit 00e7a94a8c, reversing
changes made to a01dec00f4.
2012-04-27 19:55:40 +02:00
..
DataCollector add limit to logger explosion 2012-03-26 17:07:55 +02:00
DependencyInjection/Security/UserProvider [Propel1] Fixed typo 2012-04-20 16:15:59 +02:00
Form [Form] Restored and deprecated method guessMinLength in FormTypeGuesser 2012-04-23 16:02:44 +02:00
Logger fix PropelLogger stopwatch events 2012-03-13 14:42:19 +01:00
Security/User [Propel1] Added security layer 2012-04-20 15:23:01 +02:00
Tests [Form] added method guessPattern to FormTypeGuesserInterface 2012-04-23 12:28:18 +02:00
CHANGELOG.md [Propel1Bridge] added CHANGELOG 2012-04-26 22:39:36 +02:00
composer.json Revert "merged branch Seldaek/master (PR #4133)" 2012-04-27 19:55:40 +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