Kaynağa Gözat

Remove unused $partialData.

Justin Hileman 11 yıl önce
ebeveyn
işleme
125873a8e0

+ 0 - 5
test/Mustache/Test/Functional/MustacheInjectionTest.php

@@ -45,11 +45,6 @@ class Mustache_Test_Functional_MustacheInjectionTest extends PHPUnit_Framework_T
             'c' => 'FAIL'
         );
 
-        $partialData = array(
-            'a' => '{{ b }}',
-            'b' => 'FAIL'
-        );
-
         $lambdaInterpolationData = array(
             'a' => array($this, 'lambdaInterpolationCallback'),
             'b' => '{{ c }}',