gplx/mediawiki/tests/phpunit/unit/includes/Rest/Module/moduleFlatRoutes.json

30 lines
712 B
JSON

[
{
"path": "/ModuleTest/HELLO",
"redirect": {
"path": "/ModuleTest/hello"
}
},
{
"path": "/ModuleTest/hello/{name}",
"class": "MediaWiki\\Tests\\Rest\\Handler\\HelloHandler",
"hello": "hi!"
},
{
"path": "/ModuleTest/throw",
"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwHandlerFactory"
},
{
"path": "/ModuleTest/fatal",
"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::fatalHandlerFactory"
},
{
"path": "/ModuleTest/throwRedirect",
"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwRedirectHandlerFactory"
},
{
"path": "/ModuleTest/throwWrapped",
"factory": "MediaWiki\\Tests\\Rest\\MockHandlerFactory::throwWrappedHandlerFactory"
}
]