#!/bin/sh
bin/phpcs --standard=psr2 --ignore=*.js,*.css ./src
bin/phpunit
