summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json
blob: 9f6cc9026fd066f2e777c67968980fe07bf10044 (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
{
	"description": "Test output of `Special:Properties` (`wgContLang=en`, skip-on sqlite)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has test blob property",
			"contents": "[[Has type::Text]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Is restricted property",
			"contents": "[[Has type::Text]] [[Allows value::open]] [[Allows value::closed]]"
		}
	],
	"beforeTest": {
		"maintenance-run": {
			"rebuildPropertyStatistics": true
		}
	},
	"tests": [
		{
			"type": "special",
			"about": "#0 search for user-defined property to contain",
			"special-page": {
				"page": "Properties",
				"query-parameters": [],
				"request-parameters": {
					"property": "test blob"
				}
			},
			"assert-output": {
				"to-contain": [
					"Property:Has_test_blob_property\" title=\"ID:",
					"Has test blob property"
				]
			}
		},
		{
			"type": "special",
			"about": "#1 search for pre-defined property",
			"special-page": {
				"page": "Properties",
				"query-parameters": [],
				"request-parameters": {
					"property": "Allow"
				}
			},
			"assert-output": {
				"to-contain": [
					"Property:Allows_value\" title=\"ID: 14 (_PVAL)\">Allows value</a>"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLanguageCode": "en",
		"smwgPropertyZeroCountDisplay": true
	},
	"meta": {
		"skip-on": {
			"sqlite": "Returns a `database is locked`"
		},
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}