We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3a8ef commit d5b73b3Copy full SHA for d5b73b3
tests/spec/SchemaTest.php
@@ -45,6 +45,11 @@ public function testRead()
45
46
public function testNullable()
47
{
48
+ self::markTestIncomplete(
49
+ 'Test currently fails as it was not run when https://github.com/cebe/php-openapi/pull/132 was merged. '
50
+ .'See https://github.com/cebe/php-openapi/issues/142 for status'
51
+ );
52
+
53
/** @var $schema Schema */
54
$schema = Reader::readFromJson('{"type": "string"}', Schema::class);
55
$this->assertEquals(Type::STRING, $schema->type);
0 commit comments