summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/p-0915.json
blob: 413e9740417ec4d6e9dd5faf1492e7f97e2c03f6 (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
107
108
109
110
111
112
{
	"description": "Test category redirect (`SMW_CAT_REDIRECT`)",
	"setup": [
		{
			"namespace": "NS_CATEGORY",
			"page": "Example/P0915",
			"contents": "#REDIRECT [[Example/P0915/1]]"
		},
		{
			"namespace": "NS_CATEGORY",
			"page": "Example/P0915/SubCat",
			"contents": "[[Category:Example/P0915]]"
		},
		{
			"namespace": "NS_CATEGORY",
			"page": "Example/P0915/ValidCat",
			"contents": "#REDIRECT [[:Category:Example/P0915/ValidCat2]]"
		},
		{
			"page": "Example/P0915/1",
			"contents": "[[Category:Example/P0915]]"
		},
		{
			"page": "Example/P0915/2",
			"contents": "[[Category:Example/P0915/ValidCat]]"
		}
	],
	"tests": [
		{
			"type": "parser",
			"about": "#0 track category with invalid (NS_MAIN) redirect target",
			"subject": "Example/P0915/1",
			"store": {
				"clear-cache": true
			},
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					],
					"incoming": {
						"propertyKeys": [
							"_REDI"
						]
					}
				}
			}
		},
		{
			"type": "parser",
			"about": "#1 track sub-category",
			"namespace": "NS_CATEGORY",
			"subject": "Example/P0915/SubCat",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_ERRC"
					]
				}
			}
		},
		{
			"type": "parser",
			"about": "#2 valid cat redirect, dsiplay the redirect target",
			"subject": "Example/P0915/2",
			"assert-store": {
				"semantic-data": {
					"strictPropertyValueMatch": false,
					"propertyCount": 3,
					"propertyKeys": [
						"_SKEY",
						"_MDAT",
						"_INST"
					],
					"propertyValues": [
						"Example/P0915/ValidCat2#14##"
					]
				}
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwgCategoryFeatures": [
			"SMW_CAT_INSTANCE",
			"SMW_CAT_REDIRECT",
			"SMW_CAT_HIERARCHY"
		],
		"smwgPageSpecialProperties": [
			"_MDAT"
		],
		"smwgNamespacesWithSemanticLinks": {
			"NS_MAIN": true,
			"NS_CATEGORY": true,
			"SMW_NS_PROPERTY": true
		}
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}