This commit is contained in:
Dariusz Rumiński
2014-07-24 18:37:55 +02:00
parent 6381604484
commit 3d25e12fe1
3 changed files with 6 additions and 6 deletions
@@ -92,7 +92,7 @@ class Mustache_Test_Functional_ExamplesTest extends PHPUnit_Framework_TestCase
// load other files
switch ($info['extension']) {
case 'php':
require_once($fullpath);
require_once $fullpath;
$context = new $info['filename'];
break;