Reformat code so php-cs-fixer doesn’t keep breaking it.

This commit is contained in:
Justin Hileman
2014-08-18 18:33:30 -07:00
parent 99caf588ab
commit 4decec3c0e
@@ -93,7 +93,8 @@ class Mustache_Test_Functional_ExamplesTest extends PHPUnit_Framework_TestCase
switch ($info['extension']) { switch ($info['extension']) {
case 'php': case 'php':
require_once $fullpath; require_once $fullpath;
$context = new $info['filename'](); $className = $info['filename'];
$context = new $className();
break; break;
case 'mustache': case 'mustache':