Skip to content

Commit

Permalink
File for Windows to run tests
Browse files Browse the repository at this point in the history
Composer automatically creates bat files for everything in bin if you install on Windows. If you don't install on Windows, it wont be there. If you share your Mac code with Windows, like me, this'll help. Yay Windows.
  • Loading branch information
jasonvarga committed Oct 19, 2019
1 parent 0736a0a commit 42b369b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/vendor/phpunit/phpunit/phpunit
php "%BIN_TARGET%" %*

0 comments on commit 42b369b

Please sign in to comment.