phpunit 141 B

1234567
  1. #!/usr/bin/env sh
  2. SRC_DIR=`pwd`
  3. cd `dirname "$0"`
  4. cd '../phpunit/phpunit/composer/bin'
  5. BIN_TARGET=`pwd`/phpunit
  6. cd $SRC_DIR
  7. $BIN_TARGET "$@"