Skip to content
Snippets Groups Projects
Commit 05fd0200 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2580527 by webflo, hussainweb, neclimdul: Revert vendor/bin/phpunit

parent 299d920d
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env sh
SRC_DIR="`pwd`"
cd "`dirname "$0"`"
cd '../phpunit/phpunit'
BIN_TARGET="`pwd`/phpunit"
cd "$SRC_DIR"
"$BIN_TARGET" "$@"
../phpunit/phpunit/phpunit
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment