test: use testdox style

This commit is contained in:
Frank Lai
2022-07-23 13:00:46 +08:00
parent 0196c657f7
commit 8c7c6a8cbd

View File

@ -8,6 +8,6 @@
"phpunit/phpunit": "^9"
},
"scripts": {
"test": "./vendor/bin/phpunit --bootstrap vendor/autoload.php tests"
"test": "./vendor/bin/phpunit --bootstrap vendor/autoload.php --testdox tests"
}
}