Skip to content

Commit 86256e2

Browse files
committed
Add Makefile for easy code style + unit test runs
1 parent 8449475 commit 86256e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
check:
2+
./vendor/bin/phpunit
3+
./vendor/bin/phpcs --standard=PEAR src/

0 commit comments

Comments
 (0)