Bläddra i källkod

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

Dan Miller 11 år sedan
förälder
incheckning
ebb7fda2e5
1 ändrade filer med 0 tillägg och 15 borttagningar
  1. 0 15
      test/Mustache/Test/Functional/MustacheSpecTest.php

+ 0 - 15
test/Mustache/Test/Functional/MustacheSpecTest.php

@@ -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.
      *