removing deprecated code for loading non-existent inheritance tests from the mustache spec

This commit is contained in:
Dan Miller
2014-04-04 20:45:21 +00:00
parent a631de174c
commit ebb7fda2e5
@@ -127,21 +127,6 @@ class Mustache_Test_Functional_MustacheSpecTest extends PHPUnit_Framework_TestCa
return $this->loadSpec('sections');
}
/**
* @group inheritance
* @dataProvider loadInheritanceSpec
*/
public function testInheritanceSpec($desc, $source, $partials, $data, $expected)
{
$template = self::loadTemplate($source, $partials);
$this->assertEquals($expected, $template->render($data), $desc);
}
public function loadInheritanceSpec()
{
return $this->loadSpec('inheritance');
}
/**
* Data provider for the mustache spec test.
*