[Test] Fix double semicolon

This commit is contained in:
Fran Moreno
2012-08-30 13:51:43 +03:00
parent 300b26cf8e
commit 93b41c3485
+1 -1
View File
@@ -10,7 +10,7 @@ class Twig_Tests_FileCachingTest extends PHPUnit_Framework_TestCase
{
$this->tmpDir = sys_get_temp_dir().'/TwigTests';
if (!file_exists($this->tmpDir)) {
@mkdir($this->tmpDir, 0777, true);;
@mkdir($this->tmpDir, 0777, true);
}
if (!is_writable($this->tmpDir)) {