aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/Rest/Handler/SpecTestRoutes.json
blob: e32b0c8f0b6b6d66d775b7d218e7071ab2af3262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"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"
				}
			}
		}
	}
}