Bläddra i källkod

remove local test code

Rob Allen 12 år sedan
förälder
incheckning
f39dde2199
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)`;