File tree 3 files changed +675
-2
lines changed
3 files changed +675
-2
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
it : cs test
4
4
@@ -31,6 +31,9 @@ infection: composer database
31
31
integration : test-env composer database cache
32
32
vendor/bin/phpunit --testsuite integration
33
33
34
+ stan : composer
35
+ vendor/bin/phpstan analyse --level=2 classes tests
36
+
34
37
test : integration unit
35
38
36
39
test-env :
Original file line number Diff line number Diff line change 53
53
"localheinz/test-util" : " 0.6.0" ,
54
54
"mikey179/vfsStream" : " ^1.6.5" ,
55
55
"mockery/mockery" : " ^1.0.0" ,
56
+ "phpstan/phpstan" : " ~0.9.2" ,
56
57
"phpunit/phpunit" : " ^6.5.1" ,
57
58
"symfony/browser-kit" : " ^3.4" ,
58
59
"symfony/debug-bundle" : " ^3.4" ,
You can’t perform that action at this time.
0 commit comments