summaryrefslogtreecommitdiff
path: root/run
blob: 247500c70b9ae7340ae07debcf0f4385b5e6728e (plain)
1
2
3
4
5
6
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