Updated to KH 3.3 and improved
This commit is contained in:
7
includes/kohana/vendor/bin/phpunit
vendored
Normal file
7
includes/kohana/vendor/bin/phpunit
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
SRC_DIR=`pwd`
|
||||
cd `dirname "$0"`
|
||||
cd '../phpunit/phpunit/composer/bin'
|
||||
BIN_TARGET=`pwd`/phpunit
|
||||
cd $SRC_DIR
|
||||
$BIN_TARGET "$@"
|
Reference in New Issue
Block a user