From d386934962c15a79703588812dc5815f32d70cbf Mon Sep 17 00:00:00 2001 From: wiki Date: Tue, 2 Aug 2016 21:10:30 +0100 Subject: files were sitting here on production --- run | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run (limited to 'run') diff --git a/run b/run new file mode 100644 index 00000000..247500c7 --- /dev/null +++ b/run @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -e +cd $(cd $(dirname $0)/..; pwd) +set -x +./vendor/bin/parallel-lint --exclude vendor . +./vendor/bin/phpunit --configuration test/phpunit.xml +./vendor/bin/phpcs . --standard=./test/codesniffer --ignore=vendor/* --report=full -s --tab-width=4 -- cgit v1.2.2