]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/config/B.node.config.php
spelling: endpoints
[friendica.git] / tests / datasets / config / B.node.config.php
index 499e092a4546faadaab6154124ef4ba9b5b529ce..6b0f15ad1e468c151519097d3fe723f43b15c986 100644 (file)
@@ -23,9 +23,13 @@ return [
                                        'string2' => 'false',
                                ],
                        ],
-                       'v' => true,
-                       'v3' => 1,
+                       'bool_true' => true,
+                       'bool_false' => false,
+                       'int_1_not_true' => 1,
+                       'int_0_not_false' => 0,
                        'v4' => 5.6443,
+                       'string_1_not_true' => '1',
+                       'string_0_not_false' => '0',
                ],
        ],
        'system' => [