summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json
blob: f8de5b1a0057ebf75e7de44a6f8c9632d9e3915c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
	"description": "Test API `action=ask` and `action=askargs` with `api_version` 2 + 3",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "API test page",
			"contents": "[[Has type::Page]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "API test text",
			"contents": "[[Has type::Text]]"
		},
		{
			"page": "Example/A0002/1",
			"contents": "[[API test page::123]]"
		}
	],
	"tests": [
		{
			"type": "api",
			"about": "#0 `ask` version 2",
			"api": {
				"parameters": {
					"action": "ask",
					"format": "json",
					"query": "[[API test page::123]] |?API test page",
					"api_version": "2"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/res.a-0002.0.json"
				}
			}
		},
		{
			"type": "api",
			"about": "#1 `ask` version 3",
			"api": {
				"parameters": {
					"action": "ask",
					"format": "json",
					"query": "[[API test page::123]] |?API test page",
					"api_version": "3"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/res.a-0002.1.json"
				}
			}
		},
		{
			"type": "api",
			"about": "#2 `askargs` version 2",
			"api": {
				"parameters": {
					"action": "askargs",
					"format": "json",
					"conditions": "API test page::123",
					"printouts": "API test page",
					"api_version": "2"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/res.a-0002.2.json"
				}
			}
		},
		{
			"type": "api",
			"about": "#3 `askargs` version 3",
			"api": {
				"parameters": {
					"action": "askargs",
					"format": "json",
					"conditions": "API test page::123",
					"printouts": "API test page",
					"api_version": "3"
				}
			},
			"assert-output": {
				"to-contain": {
					"contents-file" : "/../Fixtures/res.a-0002.3.json"
				}
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"SMW_NS_PROPERTY": true,
			"SMW_NS_CONCEPT": true,
			"NS_CATEGORY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}