Skip to content

Commit 0b775cd

Browse files
committed
[TwigBridge] moved fixtures into their own directory
1 parent 36e05e9 commit 0b775cd

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected function setUp()
5858

5959
$loader = new StubFilesystemLoader(array(
6060
__DIR__.'/../../Resources/views/Form',
61-
__DIR__,
61+
__DIR__.'/Fixtures/templates/form',
6262
));
6363

6464
$environment = new \Twig_Environment($loader, array('strict_variables' => true));

src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function setUp()
5757

5858
$loader = new StubFilesystemLoader(array(
5959
__DIR__.'/../../Resources/views/Form',
60-
__DIR__,
60+
__DIR__.'/Fixtures/templates/form',
6161
));
6262

6363
$environment = new \Twig_Environment($loader, array('strict_variables' => true));

0 commit comments

Comments
 (0)