Skip to content

Commit 717cfd0

Browse files
committed
Make psalm as an essential part of testing phase
1 parent be8c4ab commit 717cfd0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"process-timeout": 0
2929
},
3030
"scripts": {
31-
"test": "phpunit",
31+
"test": [
32+
"psalm",
33+
"phpunit"
34+
],
3235
"test:watch": "phpunit-watcher watch",
3336
"lint": "psalm"
3437
},

0 commit comments

Comments
 (0)