gplx/mediawiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/special-unused-properties-0...

46 lines
1.0 KiB
JSON

{
"description": "Test output of `Special:UnusedProperties` (`wgContLang=en`, `wgLang=en`, skip-on sqlite, 1.19)",
"setup": [
{
"namespace": "SMW_NS_PROPERTY",
"page": "Unused typed property",
"contents": "[[Has type::Page]] [[Has property description::Typed property@en]]"
}
],
"beforeTest": {
"maintenance-run": {
"rebuildPropertyStatistics": true
}
},
"tests": [
{
"type": "special",
"about": "#0 (whether to appear in the list of unused properties without subproperty)",
"skip-on": {
"mediawiki": [ ">1.42.x", "Skipping, broken due to wiki page creation failure in test setup" ]
},
"special-page": {
"page": "UnusedProperties",
"query-parameters": [],
"request-parameters": []
},
"assert-output": {
"to-contain": [
"Property:Unused typed property"
]
}
}
],
"settings": {
"wgContLang": "en",
"wgLang": "en"
},
"meta": {
"skip-on": {
"sqlite": "Returns a `database is locked`"
},
"version": "2",
"is-incomplete": false,
"debug": false
}
}