Skip to content

Commit 3fe92fe

Browse files
committed
composer.json: Add composer "test" runner command
1 parent e64492b commit 3fe92fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
"psr-4": {
3737
"Lifyzer\\": "src"
3838
}
39+
},
40+
"scripts": {
41+
"test": "vendor/bin/phpunit"
3942
}
4043
}

0 commit comments

Comments
 (0)