Remove unused $partialData.

This commit is contained in:
Justin Hileman
2014-03-25 19:28:36 -07:00
parent c10c966e60
commit 125873a8e0
@@ -45,11 +45,6 @@ class Mustache_Test_Functional_MustacheInjectionTest extends PHPUnit_Framework_T
'c' => 'FAIL' 'c' => 'FAIL'
); );
$partialData = array(
'a' => '{{ b }}',
'b' => 'FAIL'
);
$lambdaInterpolationData = array( $lambdaInterpolationData = array(
'a' => array($this, 'lambdaInterpolationCallback'), 'a' => array($this, 'lambdaInterpolationCallback'),
'b' => '{{ c }}', 'b' => '{{ c }}',