Skip to content
This repository was archived by the owner on Dec 6, 2022. It is now read-only.

Commit 7fb11a8

Browse files
author
Jefersson Nathan
committed
#44 — Fix test error due missing SomeController
1 parent 4d8918a commit 7fb11a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"psr-4": {
3434
"PHPRouter\\": "src/"
3535
}
36+
},
37+
"autoload-dev": {
38+
"classmap": [
39+
"tests/Fixtures/SomeController.php"
40+
]
3641
}
3742
}

0 commit comments

Comments
 (0)