8000 merged branch eriksencosta/readme-fixes (PR #3814) · gbenoit79/symfony@1c10b0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c10b0b

Browse files
committed
merged branch eriksencosta/readme-fixes (PR symfony#3814)
Commits ------- f3efea3 [Propel1Bridge][TwigBridge] fixed export instructions in the README files Discussion ---------- [Propel1Bridge][TwigBridge] fixed export instructions in the README files
2 parents 987e69e + f3efea3 commit 1c10b0b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Symfony/Bridge/Propel1/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Components, declare the following environment variables before running
1515
PHPUnit:
1616

1717
export PROPEL1=../path/to/Propel
18-
export HTTP_FOUNDATION=../path/to/HttpFoundation
19-
export HTTP_KERNEL=../path/to/HttpKernel
20-
export HTTP_FORM=../path/to/Form
18+
export SYMFONY_HTTP_FOUNDATION=../path/to/HttpFoundation
19+
export SYMFONY_HTTP_KERNEL=../path/to/HttpKernel
20+
export SYMFONY_FORM=../path/to/Form

src/Symfony/Bridge/Twig/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ If you also want to run the unit tests that depend on other Symfony
1515
Components, declare the following environment variables before running
1616
PHPUnit:
1717

18-
export HTTP_TWIG=../path/to/Twig
19-
export HTTP_FORM=../path/to/Form
20-
export HTTP_TRANSLATION=../path/to/Translation
21-
export HTTP_EVENT_DISPATCHER=../path/to/EventDispatcher
22-
export HTTP_LOCALE=../path/to/Locale
18+
export TWIG=../path/to/Twig
19+
export SYMFONY_FORM=../path/to/Form
20+
export SYMFONY_TRANSLATION=../path/to/Translation
21+
export SYMFONY_EVENT_DISPATCHER=../path/to/EventDispatcher
22+
export SYMFONY_LOCALE=../path/to/Locale

0 commit comments

Comments
 (0)
0