Rename Mustache_Mustache to Mustache_Engine.

Because the former was just too absurd to keep typing.
This commit is contained in:
Justin Hileman
2012-05-01 21:30:22 -07:00
parent 1ffd7c1a8f
commit be5cfb3e9e
14 changed files with 37 additions and 37 deletions
@@ -18,7 +18,7 @@ class Mustache_Test_FiveThree_Functional_HigherOrderSectionsTest extends PHPUnit
private $mustache;
public function setUp() {
$this->mustache = new Mustache_Mustache;
$this->mustache = new Mustache_Engine;
}
public function testAnonymousFunctionSectionCallback() {
@@ -20,7 +20,7 @@ class Mustache_Test_FiveThree_Functional_MustacheSpecTest extends PHPUnit_Framew
private static $mustache;
public static function setUpBeforeClass() {
self::$mustache = new Mustache_Mustache;
self::$mustache = new Mustache_Engine;
}
/**