Skip to content

Commit 5b65e12

Browse files
committed
spec compliance
1 parent e484af6 commit 5b65e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/PHPUnit/Spec/SpecTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testSpecDraft4($schemaData, $data, $isValid)
2929
}
3030
}
3131

32-
$this->assertSame($isValid, $actualValid, print_r(array('schema' => $schemaData, 'data' => $data), 1));
32+
$this->assertSame($isValid, $actualValid, "Schema:\n" . json_encode($schemaData, JSON_PRETTY_PRINT) . "\nData:\n" . json_encode($data, JSON_PRETTY_PRINT));
3333
}
3434

3535

0 commit comments

Comments
 (0)