Skip to content

Commit 8fe9928

Browse files
committed
Fix typo.
1 parent 0f69345 commit 8fe9928

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",
38-
"tests:unit": "phpunit --configuration `.config/phpunit.xml.dist` ./tests/unit"
38+
"tests:unit": "phpunit --configuration '.config/phpunit.xml.dist' ./tests/unit"
3939
},
4040
"scripts-descriptions": {
4141
"dev:example": "Run internal PHP development server with example code",

0 commit comments

Comments
 (0)