From 05fd0200378353814b6fa5dd4caec77d94a38c9d Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Mon, 5 Oct 2015 11:24:34 -0700
Subject: [PATCH] Issue #2580527 by webflo, hussainweb, neclimdul: Revert
 vendor/bin/phpunit

---
 vendor/bin/phpunit | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
 mode change 100644 => 120000 vendor/bin/phpunit

diff --git a/vendor/bin/phpunit b/vendor/bin/phpunit
deleted file mode 100644
index d91886c565a5..000000000000
--- 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 000000000000..2c4893031058
--- /dev/null
+++ b/vendor/bin/phpunit
@@ -0,0 +1 @@
+../phpunit/phpunit/phpunit
\ No newline at end of file
-- 
GitLab