From 81e1eccc30dc8d9de135e5a227e7d211fa8bc94f Mon Sep 17 00:00:00 2001 From: Stefan Gabos Date: Tue, 18 Jun 2024 18:40:01 +0300 Subject: [PATCH] Tests can now be run on Mac/Linux environments also --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 run-tests.sh diff --git a/run-tests.sh b/run-tests.sh new file mode 100644 index 0000000..2b3d07d --- /dev/null +++ b/run-tests.sh @@ -0,0 +1 @@ +vendor/bin/phpstan analyse; vendor/bin/phpcs --standard=coding-standards.xml \ No newline at end of file