There was an error while loading. Please reload this page.
1 parent fa5469d commit e71234dCopy full SHA for e71234d
1 file changed
test/Swaggest_Schema_Test.php
@@ -48,7 +48,7 @@ function test_all_schema()
48
$schema_file = sprintf('%s/webroot/pub/json-schema/%s.json', APP_ROOT, $json_schema);
49
50
$this->assertTrue(is_file($object_file), "Missing: $object_file");
51
- $this->assertTrue(is_file($schema_file));
+ $this->assertTrue(is_file($schema_file), "Missing: $schema_file");
52
53
$object_data = file_get_contents($object_file);
54
$object_data = json_decode($object_data);
0 commit comments