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-06-10 12:43:24 +02:00
..
DataCollector Fix CS in the whole Propel1 bridge 2012-12-05 22:12:14 +01:00
DependencyInjection/Security/UserProvider [Propel1] Fixed typo 2012-04-20 16:15:59 +02:00
Form fix many-to-many Propel1 ModelChoiceList 2013-06-10 12:43:24 +02:00
Logger Remove use of deprecated HttpKernel LoggerInterface 2013-01-09 10:52:29 +01:00
Security/User Fixed docblocks 2012-11-19 10:05:18 -05:00
Tests fix many-to-many Propel1 ModelChoiceList 2013-06-10 12:43:24 +02:00
.gitignore made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
CHANGELOG.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json updated required versions when depending on the HttpFoundation component 2013-02-08 17:10:58 +01:00
LICENSE Merge branch '2.0' into 2.1 2013-01-04 18:00:54 +01:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00
README.md made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +01:00

Propel Bridge

Provides integration for Propel with various Symfony2 components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Propel1/
$ composer.phar install --dev
$ phpunit