diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:59:22 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-19 11:59:22 +0100 |
commit | f3052b454277b2d54669943f7c0ca5d4b4af50ab (patch) | |
tree | f20ced7dd07544a765de352b38e9b80def9eacaf /bin | |
parent | e342acf7baf72e3be0fdcd8aac04eebb5c0a16a8 (diff) | |
download | wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.tar.gz wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.tar.zst wallabag-f3052b454277b2d54669943f7c0ca5d4b4af50ab.zip |
foo test
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 | ||