phpldapadmin/includes/kohana/vendor/bin/phpunit

8 lines
141 B
Plaintext
Raw Normal View History

2013-03-19 03:39:17 +00:00
#!/usr/bin/env sh
SRC_DIR=`pwd`
cd `dirname "$0"`
cd '../phpunit/phpunit/composer/bin'
BIN_TARGET=`pwd`/phpunit
cd $SRC_DIR
$BIN_TARGET "$@"