diff --git a/Makefile b/Makefile index 8f5df092..007d308a 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,8 @@ reset-db: rm database/testing.sqlite make db +tests: test + test: vendor/bin/phpunit --testdox tests