Commit 61e73beb authored by Fabien Potencier's avatar Fabien Potencier

fixed Twig tests if Twig if not installed

parent b71fe7ed
...@@ -25,7 +25,7 @@ class TwigExtensionTest extends \PHPUnit_Framework_TestCase ...@@ -25,7 +25,7 @@ class TwigExtensionTest extends \PHPUnit_Framework_TestCase
{ {
public function setUp() public function setUp()
{ {
if (!is_dir(__DIR__.'/../../../../vendor/twig')) { if (!is_dir(__DIR__.'/../../../../vendor/twig/lib')) {
$this->markTestSkipped('Twig submodule was not installed.'); $this->markTestSkipped('Twig submodule was not installed.');
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment