We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f69345 commit 8fe9928Copy full SHA for 8fe9928
1 file changed
composer.json
@@ -35,7 +35,7 @@
35
},
36
"scripts": {
37
"dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",
38
- "tests:unit": "phpunit --configuration `.config/phpunit.xml.dist` ./tests/unit"
+ "tests:unit": "phpunit --configuration '.config/phpunit.xml.dist' ./tests/unit"
39
40
"scripts-descriptions": {
41
"dev:example": "Run internal PHP development server with example code",
0 commit comments