Merge "Title: Title::getSubpage should not lose the interwiki prefix"
[lhc/web/wiklou.git] / tests / phpunit / unit / includes / Rest / testRoutes.json
1 [
2 {
3 "path": "/user/{name}/hello",
4 "class": "MediaWiki\\Rest\\Handler\\HelloHandler"
5 },
6 {
7 "path": "/mock/EntryPoint/header",
8 "factory": "MediaWiki\\Tests\\Rest\\EntryPointTest::mockHandlerHeader"
9 },
10 {
11 "path": "/mock/EntryPoint/bodyRewind",
12 "factory": "MediaWiki\\Tests\\Rest\\EntryPointTest::mockHandlerBodyRewind"
13 },
14 {
15 "path": "/mock/RouterTest/throw",
16 "factory": "MediaWiki\\Tests\\Rest\\RouterTest::throwHandlerFactory"
17 },
18 {
19 "path": "/mock/MWBasicRequestAuthorizerTest/write",
20 "factory": "MediaWiki\\Tests\\Rest\\BasicAccess\\MWBasicRequestAuthorizerTest::writeHandlerFactory"
21 }
22 ]