ソースを参照

don't include phpunit in test cases.

Justin Hileman 15 年 前
コミット
568b6c8512
1 ファイル変更0 行追加1 行削除
  1. 0 1
      test/MustachePragmaImplicitIteratorTest.php

+ 0 - 1
test/MustachePragmaImplicitIteratorTest.php

@@ -1,7 +1,6 @@
 <?php
 
 require_once '../Mustache.php';
-require_once 'PHPUnit/Framework.php';
 
 class MustachePragmaImplicitIteratorTest extends PHPUnit_Framework_TestCase {