Skip to content

Commit d9013b0

Browse files
Merge pull request #238 from jkowalleck/v1.5-schea-tests-in-php
v1.5 validate XML/JSON test-data against schema - php
2 parents 9f24dca + 8c9a586 commit d9013b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/src/test/php/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,24 @@
1818
],
1919
"test:json-schema-lint": "@php -f json-schema-lint-tests.php --",
2020
"test:json-schema-functional": [
21+
"@test:json-schema-functional:1.5",
2122
"@test:json-schema-functional:1.4",
2223
"@test:json-schema-functional:1.3",
2324
"@test:json-schema-functional:1.2"
2425
],
26+
"test:json-schema-functional:1.5": "@php -f json-schema-functional-tests.php -- -v 1.5 --",
2527
"test:json-schema-functional:1.4": "@php -f json-schema-functional-tests.php -- -v 1.4 --",
2628
"test:json-schema-functional:1.3": "@php -f json-schema-functional-tests.php -- -v 1.3 --",
2729
"test:json-schema-functional:1.2": "@php -f json-schema-functional-tests.php -- -v 1.2 --",
2830
"test:xml-schema-functional": [
31+
"@test:xml-schema-functional:1.5",
2932
"@test:xml-schema-functional:1.4",
3033
"@test:xml-schema-functional:1.3",
3134
"@test:xml-schema-functional:1.2",
3235
"@test:xml-schema-functional:1.1",
3336
"@test:xml-schema-functional:1.0"
3437
],
38+
"test:xml-schema-functional:1.5": "@php -f xml-schema-functional-tests.php -- -v 1.5 --",
3539
"test:xml-schema-functional:1.4": "@php -f xml-schema-functional-tests.php -- -v 1.4 --",
3640
"test:xml-schema-functional:1.3": "@php -f xml-schema-functional-tests.php -- -v 1.3 --",
3741
"test:xml-schema-functional:1.2": "@php -f xml-schema-functional-tests.php -- -v 1.2 --",

0 commit comments

Comments
 (0)