objectcache: Hard deprecate `ObjectCache::getMainWANInstance()`
[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 ]