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-10-27 21:41:12 +02:00
..
DataCollector fixed CS 2012-05-18 19:42:42 +02:00
DependencyInjection/Security/UserProvider [Propel1] Fixed typo 2012-04-20 16:15:59 +02:00
Form merged branch kufi/master (PR #5032) 2012-10-27 21:40:56 +02:00
Logger fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Security/User [Propel1] Added security layer 2012-04-20 15:23:01 +02:00
Tests merged branch kufi/master (PR #5032) 2012-10-27 21:40:56 +02:00
.gitattributes [2.1] Exclude tests from zips via gitattributes 2012-10-04 17:17:57 +02:00
CHANGELOG.md [Propel1] fixed CHANGELOG 2012-10-27 21:41:12 +02:00
composer.json Optimize autoload prefix in composer.json 2012-09-28 09:34:16 +02:00
LICENSE merged 2.0 2012-05-18 19:04:58 +02:00
phpunit.xml.dist [Propel1] Fixed phpunit.xml.dist 2012-04-15 02:03:48 +02:00
README.md [2.2] Translatable field type for Propel i18n columns 2012-10-27 21:40:54 +02: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
export SYMFONY_EVENT_DISPATCHER=../path/to/EventDispatcher
export SYMFONY_OPTIONS_RESOLVER=../path/to/OptionsResolver