Skip to content

Commit 1867710

Browse files
committed
test: remove test which doesn't belong in draft 4
#799 (comment)
1 parent c88a55a commit 1867710

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/Constraints/ArraysTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -272,16 +272,6 @@ public function getValidTests(): array
272272
}
273273
}'
274274
],
275-
'items: true passes validation' => [
276-
'input' => <<<JSON
277-
[1, 1.2, "12"]
278-
JSON
279-
,
280-
'schema' => <<<JSON
281-
{ "type": "array", "items": true }
282-
JSON
283-
,
284-
],
285275
];
286276
}
287277
}

0 commit comments

Comments
 (0)