merged branch eriksencosta/readme-fixes (PR #3814)

Commits
-------

f3efea3 [Propel1Bridge][TwigBridge] fixed export instructions in the README files

Discussion
----------

[Propel1Bridge][TwigBridge] fixed export instructions in the README files
This commit is contained in:
Fabien Potencier 2012-04-07 08:09:06 +02:00
commit 1c10b0b455
2 changed files with 8 additions and 8 deletions

View File

@ -15,6 +15,6 @@ Components, declare the following environment variables before running
PHPUnit:
export PROPEL1=../path/to/Propel
export HTTP_FOUNDATION=../path/to/HttpFoundation
export HTTP_KERNEL=../path/to/HttpKernel
export HTTP_FORM=../path/to/Form
export SYMFONY_HTTP_FOUNDATION=../path/to/HttpFoundation
export SYMFONY_HTTP_KERNEL=../path/to/HttpKernel
export SYMFONY_FORM=../path/to/Form

View File

@ -15,8 +15,8 @@ If you also want to run the unit tests that depend on other Symfony
Components, declare the following environment variables before running
PHPUnit:
export HTTP_TWIG=../path/to/Twig
export HTTP_FORM=../path/to/Form
export HTTP_TRANSLATION=../path/to/Translation
export HTTP_EVENT_DISPATCHER=../path/to/EventDispatcher
export HTTP_LOCALE=../path/to/Locale
export TWIG=../path/to/Twig
export SYMFONY_FORM=../path/to/Form
export SYMFONY_TRANSLATION=../path/to/Translation
export SYMFONY_EVENT_DISPATCHER=../path/to/EventDispatcher
export SYMFONY_LOCALE=../path/to/Locale