Skip to content

Commit 2934ce6

Browse files
committed
phpunit code coverage / composer scripts added.
1 parent 72ff8a1 commit 2934ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}],
2323
"scripts": {
2424
"test": "vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration phpunit.xml --testsuite main",
25-
"start": [ "Composer\\Config::disableProcessTimeout", "FUNCTION_TARGET=on_https php -S localhost:${PORT:-8081} vendor/bin/router.php"],
25+
"start": [ "Composer\\Config::disableProcessTimeout", "FUNCTION_TARGET=on_https php -S localhost:${PORT:-8081} vendor/bin/router.php" ],
2626
"coverage_linux": "export XDEBUG_MODE=coverage && vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main",
2727
"coverage_windows": "setlocal xdebug.mode=coverage && %cd%/vendor/bin/phpunit --bootstrap vendor/autoload.php --configuration coverage.xml --testsuite main"
2828
},
@@ -47,7 +47,6 @@
4747
"phpunit/php-code-coverage": "^9.2.24",
4848
"google/cloud-tools": "^0.13.0"
4949
},
50-
5150
"autoload": {
5251
"psr-4": {
5352
"CloudFunctions\\": "src"

0 commit comments

Comments
 (0)