Browse Source

add test for #579

Maurits van der Schee 4 years ago
parent
commit
3c593f2a80
2 changed files with 1472 additions and 0 deletions
  1. 1468
    0
      api.php
  2. 4
    0
      test.php

+ 1468
- 0
api.php
File diff suppressed because it is too large
View File


+ 4
- 0
test.php View File

@@ -64,6 +64,10 @@ function runTest(Config $config, string $file, string $category): array
64 64
             $skipped = 1;
65 65
             $success = 0;
66 66
         }
67
+        if ($key == "skip-always") {
68
+            $skipped = 1;
69
+            $success = 0;
70
+        }
67 71
     }
68 72
     if (!$skipped) {
69 73
         $dirty = false;

Loading…
Cancel
Save