Skip to content

Commit 6d8dbed

Browse files
committed
Update test case to account for 3 additional parameters
In JsonSchema\Tests\RefResolverTest::testResolve the JsonSchema\RefResolver::resolveArrayOfSchemas method is now called 7 instead of 4 times due to the addition of 'oneOf', 'allOf' and 'anyOf'. Change expected count from 4 to 7 in resolveProvider.
1 parent af5478d commit 6d8dbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JsonSchema/Tests/RefResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function resolveProvider() {
4343
array(
4444
'resolveRef' => 1,
4545
'resolveProperty' => 4,
46-
'resolveArrayOfSchemas' => 4,
46+
'resolveArrayOfSchemas' => 7,
4747
'resolveObjectOfSchemas' => 3
4848
)
4949
)

0 commit comments

Comments
 (0)