summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json')
-rw-r--r--www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json106
1 files changed, 106 insertions, 0 deletions
diff --git a/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json
new file mode 100644
index 00000000..f8de5b1a
--- /dev/null
+++ b/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/a-0002.json
@@ -0,0 +1,106 @@
+{
+ "description": "Test API `action=ask` and `action=askargs` with `api_version` 2 + 3",
+ "setup": [
+ {
+ "namespace": "SMW_NS_PROPERTY",
+ "page": "API test page",
+ "contents": "[[Has type::Page]]"
+ },
+ {
+ "namespace": "SMW_NS_PROPERTY",
+ "page": "API test text",
+ "contents": "[[Has type::Text]]"
+ },
+ {
+ "page": "Example/A0002/1",
+ "contents": "[[API test page::123]]"
+ }
+ ],
+ "tests": [
+ {
+ "type": "api",
+ "about": "#0 `ask` version 2",
+ "api": {
+ "parameters": {
+ "action": "ask",
+ "format": "json",
+ "query": "[[API test page::123]] |?API test page",
+ "api_version": "2"
+ }
+ },
+ "assert-output": {
+ "to-contain": {
+ "contents-file" : "/../Fixtures/res.a-0002.0.json"
+ }
+ }
+ },
+ {
+ "type": "api",
+ "about": "#1 `ask` version 3",
+ "api": {
+ "parameters": {
+ "action": "ask",
+ "format": "json",
+ "query": "[[API test page::123]] |?API test page",
+ "api_version": "3"
+ }
+ },
+ "assert-output": {
+ "to-contain": {
+ "contents-file" : "/../Fixtures/res.a-0002.1.json"
+ }
+ }
+ },
+ {
+ "type": "api",
+ "about": "#2 `askargs` version 2",
+ "api": {
+ "parameters": {
+ "action": "askargs",
+ "format": "json",
+ "conditions": "API test page::123",
+ "printouts": "API test page",
+ "api_version": "2"
+ }
+ },
+ "assert-output": {
+ "to-contain": {
+ "contents-file" : "/../Fixtures/res.a-0002.2.json"
+ }
+ }
+ },
+ {
+ "type": "api",
+ "about": "#3 `askargs` version 3",
+ "api": {
+ "parameters": {
+ "action": "askargs",
+ "format": "json",
+ "conditions": "API test page::123",
+ "printouts": "API test page",
+ "api_version": "3"
+ }
+ },
+ "assert-output": {
+ "to-contain": {
+ "contents-file" : "/../Fixtures/res.a-0002.3.json"
+ }
+ }
+ }
+ ],
+ "settings": {
+ "wgContLang": "en",
+ "wgLang": "en",
+ "smwgNamespacesWithSemanticLinks": {
+ "NS_MAIN": true,
+ "SMW_NS_PROPERTY": true,
+ "SMW_NS_CONCEPT": true,
+ "NS_CATEGORY": true
+ }
+ },
+ "meta": {
+ "version": "2",
+ "is-incomplete": false,
+ "debug": false
+ }
+} \ No newline at end of file