Explorar el Código

don't include phpunit in test cases.

Justin Hileman hace 15 años
padre
commit
568b6c8512
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 {