Recommend this page to a friend! |
Classes of Victor Henrique Pereira | > | DB Manager Logger | > | vendor/bin/phpunit | > | Download |
|
![]() |
#!/usr/bin/env sh SRC_DIR="`pwd`" cd "`dirname "$0"`" cd "../phpunit/phpunit" BIN_TARGET="`pwd`/phpunit" cd "$SRC_DIR" "$BIN_TARGET" "$@" |