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 9ea3f6ac2f minor #13063 [2.3] [Bridge] [Propel] minor improvements to the Propel bridge. (hhamon)
This PR was merged into the 2.3 branch.

Discussion
----------

[2.3] [Bridge] [Propel] minor improvements to the Propel bridge.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

6d9d460 [Bridge] [Propel] minor improvements to the Propel bridge.
2014-12-24 06:49:41 +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 minor #13063 [2.3] [Bridge] [Propel] minor improvements to the Propel bridge. (hhamon) 2014-12-24 06:49:41 +01:00
Logger Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Security/User [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Tests minor #13063 [2.3] [Bridge] [Propel] minor improvements to the Propel bridge. (hhamon) 2014-12-24 06:49:41 +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 Test components using their lowest possible deps 2014-12-15 11:45:17 +01:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
phpunit.xml.dist [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
README.md Rename Symfony2 to Symfony 2014-11-24 15:09:11 +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.phar install
$ phpunit