summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json
new file mode 100644
index 00000000..9f6cc902
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/s-0001.json
@@ -0,0 +1,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
+ }
+} \ No newline at end of file