gplx/mediawiki/tests/phpunit/integration/includes/Rest/Handler/SpecTestRoutes.json

18 lines
273 B
JSON

{
"mwapi": "1.0.0",
"moduleId": "mock/v1",
"info": {
"version": "1.0",
"title": "test module"
},
"paths": {
"/foo/bar": {
"get": {
"handler": {
"factory": "MediaWiki\\Tests\\Rest\\Handler\\ModuleSpecHandlerTest::newFooBarHandler"
}
}
}
}
}