[TwigBundle] Fixed tests on windows

This commit is contained in:
Martin Hasoň 2012-12-06 09:55:04 +01:00
parent e75c7e20ce
commit abe244f0c9

View File

@ -135,7 +135,7 @@ class TwigExtensionTest extends TestCase
array('namespaced_path1', 'namespace'),
array('namespaced_path2', 'namespace'),
array(__DIR__.'/Fixtures/Resources/TwigBundle/views', 'Twig'),
array(realpath(__DIR__.'/../../Resources/views'), 'Twig'),
array(realpath(__DIR__.'/../..').'/Resources/views', 'Twig'),
array(__DIR__.'/Fixtures/Resources/views'),
), $paths);
}