소스 검색

remove local test code

Rob Allen 12 년 전
부모
커밋
f39dde2199
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/runalltests.php

+ 1 - 1
tests/runalltests.php

@@ -20,7 +20,7 @@
  * @version    $Id$
  */
 
-$PHPUNIT = 'phpunit36';
+$PHPUNIT = null;
 if (!$PHPUNIT) {
     if (!$PHPUNIT && strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
         $PHPUNIT = `for %i in (phpunit.bat) do @echo.   %~\$PATH:i)`;