diff options
Diffstat (limited to 'bin')
l--------- | bin/phpunit | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | bin/test | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bin/phpunit b/bin/phpunit new file mode 120000 index 00000000..02269f4e --- /dev/null +++ b/bin/phpunit | |||
@@ -0,0 +1 @@ | |||
../vendor/phpunit/phpunit/composer/bin/phpunit \ No newline at end of file | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | set -e | ||
3 | |||
4 | ./bin/phpunit \ No newline at end of file | ||