From 125873a8e0ed9f9f00e4a96be874fc7e97ad9943 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 25 Mar 2014 19:28:36 -0700 Subject: [PATCH] Remove unused $partialData. --- test/Mustache/Test/Functional/MustacheInjectionTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/Mustache/Test/Functional/MustacheInjectionTest.php b/test/Mustache/Test/Functional/MustacheInjectionTest.php index 5774aa3..a36c469 100644 --- a/test/Mustache/Test/Functional/MustacheInjectionTest.php +++ b/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 }}',