From 51980ebf14973b710d3003f09b0dac9eed3ba480 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Thu, 27 Jun 2019 20:05:02 -0300 Subject: [PATCH] Including git hook to run tests --- pre-push.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 pre-push.sh diff --git a/pre-push.sh b/pre-push.sh new file mode 100644 index 0000000..753b160 --- /dev/null +++ b/pre-push.sh @@ -0,0 +1 @@ +phpunit --bootstrap vendor/autoload.php tests --testdox --color