Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/08/2011, 08:27
Avatar de Uncontroled_Duck
Uncontroled_Duck
Colaborador
 
Fecha de Ingreso: mayo-2011
Ubicación: Málaga [Spain]
Mensajes: 806
Antigüedad: 13 años, 8 meses
Puntos: 261
Respuesta: phpunit.php funciona, phpunit.bat no...

Hola masterpuppet,

Cita:
Iniciado por masterpuppet Ver Mensaje
...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 Ver Mensaje
El .bat es para el innombrable
__________________
Todos agradeceremos que pongas el código en su respectivo Highlight