gplx/mediawiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/special-page-property-0001....

47 lines
1.1 KiB
JSON

{
"description": "Test output from `Special:PageProperty` (with `_dat`)",
"setup": [
{
"namespace": "SMW_NS_PROPERTY",
"page": "SP0001 date",
"contents": "[[Has type::Date]]"
},
{
"page": "Example/SP0001/1",
"contents": "[[SP0001 date::1 Jan 1970]]"
},
{
"page": "Example/SP0001/2",
"contents": "[[SP0001 date::2 Dec 2100 12:12:12]]"
}
],
"tests": [
{
"type": "special",
"about": "#0",
"special-page": {
"page": "PageProperty",
"query-parameters": "",
"request-parameters": {
"type": "SP0001 date"
}
},
"assert-output": {
"to-contain": [
"<li>1 January 1970&#160;&#160;<span class=\"smwsearch\"><a href=\".*:SP0001-20date/1-20January-201970\" title=\"1 January 1970\">+</a></span></li>",
"<li>2 December 2100 12:12:12&#160;&#160;<span class=\"smwsearch\"><a href=\".*:SP0001-20date/2-20December-202100-2012:12:12\" title=\"2 December 2100 12:12:12\">+</a></span></li>"
]
}
}
],
"settings": {
"wgContLang": "en",
"wgLang": "en",
"wgLanguageCode": "en"
},
"meta": {
"version": "2",
"is-incomplete": false,
"debug": false
}
}