소스 검색

Remove unused $partialData.

Justin Hileman 11 년 전
부모
커밋
125873a8e0
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      test/Mustache/Test/Functional/MustacheInjectionTest.php

+ 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 }}',