Skip to content

Commit 32c6540

Browse files
committed
style: Correct code style violations
1 parent 0f6df8b commit 32c6540

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/JsonSchemaTestSuiteTest.php

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,13 @@ private function shouldNotYieldTest(string $name): bool
148148
'[draft4/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Test case was added after v1.2.0, skip test for now.
149149
'[draft4/refRemote.json]: Location-independent identifier in remote ref: integer is valid is expected to be valid', // Test case was added after v1.2.0, skip test for now.
150150
'[draft4/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Test case was added after v1.2.0, skip test for now.
151-
'[draft6/ref.json]: Location-independent identifier: mismatch is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
152-
'[draft6/ref.json]: Location-independent identifier with base URI change in subschema: mismatch is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
153-
'[draft6/ref.json]: refs with quote: object with strings is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
154-
'[draft6/ref.json]: empty tokens in $ref json-pointer: non-number is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
155-
'[draft6/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
156-
'[draft6/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Test case was skipped from draft4, skip for draft6 as well.
151+
'[draft6/ref.json]: Location-independent identifier with base URI change in subschema: mismatch is expected to be invalid', // Test case was added after v1.2.0, skip test for now.
152+
'[draft6/ref.json]: Location-independent identifier: mismatch is expected to be invalid', // Same test case is skipped for draft4, skip for now as well.
153+
'[draft6/ref.json]: refs with quote: object with strings is invalid is expected to be invalid', // Same test case is skipped for draft4, skip for now as well.
154+
'[draft6/ref.json]: empty tokens in $ref json-pointer: non-number is invalid is expected to be invalid', // Same test case is skipped for draft4, skip for now as well.
155+
'[draft6/refRemote.json]: base URI change - change folder: string is invalid is expected to be invalid', // Same test case is skipped for draft4, skip for now as well.
156+
'[draft6/refRemote.json]: Location-independent identifier in remote ref: string is invalid is expected to be invalid', // Same test case is skipped for draft4, skip for now as well.
157+
157158
];
158159

159160
if ($this->is32Bit()) {

0 commit comments

Comments
 (0)