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
2016-02-21 12:34:19 +01:00
..
DataCollector minor #13063 [2.3] [Bridge] [Propel] minor improvements to the Propel bridge. (hhamon) 2014-12-24 06:49:41 +01:00
DependencyInjection/Security/UserProvider [Bridge] [Propel] minor improvements to the Propel bridge. 2014-12-21 17:25:02 +01:00
Form CS: Ensure there is no code on the same line as the PHP open tag and it is followed by a blankline 2015-03-24 17:36:00 +01:00
Logger CS: Binary operators should be arounded by at least one space 2015-03-27 23:05:05 +01:00
Security/User [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Tests PhpUnitNoDedicateAssertFixer results 2016-02-21 12:34:19 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [PropertyAccess] Extracted PropertyAccess component out of Form 2013-01-10 09:49:37 +01:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00

Propel Bridge

Provides integration for Propel with various Symfony components.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Bridge/Propel1/
$ composer install
$ phpunit