REST: HeaderContainer should start empty not null
[lhc/web/wiklou.git] / tests / phpunit / includes / Rest / Handler / testRoutes.json
1 [
2 {
3 "path": "/user/{name}/hello",
4 "class": "MediaWiki\\Rest\\Handler\\HelloHandler"
5 }
6 ]