Hola
masterpuppet,
Cita:
Iniciado por masterpuppet ...si ejecutas phpunit en la consola, no te muestra las opciones ?
No, sale el segundo mensaje que he puesto.
Siguendo las instrucciones de otro post que escribiste en el foro configuré el .bat con las rutas del ejecutable de php y del phpunit.php
Así:
Código:
if "%PHPBIN%" == "" set PHPBIN=/Applications/MAMP/bin/php5.3/bin/php
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
GOTO RUN
:USE_PEAR_PATH
set PHPBIN=%PHP_PEAR_PHP_BIN%
:RUN
"%PHPBIN%" "/Applications/MAMP/bin/php5.3/bin/phpunit" %*
El $PATH tiene esta ruta: /Applications/MAMP/bin/php5.3/bin
PD.: Que es el innombrable?
Cita:
Iniciado por masterpuppet El .bat es para el innombrable