Skip to content

Commit b4f90e8

Browse files
Added test script to composer.json
1 parent f9db4fa commit b4f90e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"PHPViet\\Symfony\\NumberToWords\\Tests\\": "tests"
3434
}
3535
},
36+
"scripts": {
37+
"test": "vendor/bin/phpunit"
38+
},
3639
"config": {
3740
"sort-packages": true
3841
},

0 commit comments

Comments
 (0)