diff --git a/vendor/bin/phpunit b/vendor/bin/phpunit
deleted file mode 100644
index d91886c..0000000
--- a/vendor/bin/phpunit
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env sh
-SRC_DIR="`pwd`"
-cd "`dirname "$0"`"
-cd '../phpunit/phpunit'
-BIN_TARGET="`pwd`/phpunit"
-cd "$SRC_DIR"
-"$BIN_TARGET" "$@"
diff --git a/vendor/bin/phpunit b/vendor/bin/phpunit
new file mode 120000
index 0000000..2c48930
--- /dev/null
+++ b/vendor/bin/phpunit
@@ -0,0 +1 @@
+../phpunit/phpunit/phpunit
\ No newline at end of file
