Version 1
[yaffs-website] / vendor / drush / drush / unish.bat
diff --git a/vendor/drush/drush/unish.bat b/vendor/drush/drush/unish.bat
new file mode 100644 (file)
index 0000000..81bfe33
--- /dev/null
@@ -0,0 +1,5 @@
+@ECHO OFF
+REM Run Unish, the test suite for Drush.
+setlocal DISABLEDELAYEDEXPANSION
+SET BIN_TARGET=%~dp0vendor/phpunit/phpunit/phpunit
+php "%BIN_TARGET%" --configuration tests  %*
\ No newline at end of file