Browse Source

don't include phpunit in test cases.

Justin Hileman 15 năm trước cách đây
mục cha
commit
568b6c8512
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 {