Skip to content

Commit 13fa04d

Browse files
committed
Enhancement: Add stan target to Makefile
1 parent 685b2b5 commit 13fa04d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: asset cache composer coverage cs database infection integration it test test-env unit
1+
.PHONY: asset cache composer coverage cs database infection integration it stan test test-env unit
22

33
it: cs test
44

@@ -31,6 +31,9 @@ infection: composer database
3131
integration: test-env composer database cache
3232
vendor/bin/phpunit --testsuite integration
3333

34+
stan: composer
35+
vendor/bin/phpstan analyse --level=2 classes tests
36+
3437
test: integration unit
3538

3639
test-env:

0 commit comments

Comments
 (0)