Remove unused $partialData.
This commit is contained in:
@@ -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 }}',
|
||||||
|
|||||||
Reference in New Issue
Block a user