Skip to content

Commit 6f1c9a2

Browse files
committed
update composer.json
1 parent 38f393f commit 6f1c9a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
},
5858
"autoload-dev": {
5959
"psr-4": {
60-
"Sunrise\\Http\\Router\\Test\\Fixture\\": "tests/fixtures/"
60+
"Sunrise\\Http\\Router\\Tests\\Fixtures\\": "tests/fixtures/"
6161
}
6262
},
6363
"scripts": {
6464
"test": [
6565
"phpcs",
66-
"XDEBUG_MODE=coverage phpunit --colors=always --coverage-text"
66+
"XDEBUG_MODE=coverage phpunit --coverage-text"
6767
]
6868
}
6969
}

0 commit comments

Comments
 (0)