Add composer script for easy testing.

This commit is contained in:
Dave Smith-Hayes 2024-05-22 20:46:19 -04:00
parent 8321503a0b
commit 88fd8be833

View File

@ -25,5 +25,8 @@
"Slovocast\\": "src/",
"Slovocast\\Tests\\": "tests/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit tests"
}
}