Skip to content

Commit 099c971

Browse files
remove non necessary test
1 parent 8c58e0d commit 099c971

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactoryTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,5 @@ public function testCreateWithPropertyWithValidationConstraints()
199199
$resultedPropertyMetadata = $validatorPropertyMetadataFactory->create(DummyIriWithValidationEntity::class, $property);
200200
$this->assertSame($iri, $resultedPropertyMetadata->getIri());
201201
}
202-
203-
$this->assertInstanceOf(PropertyMetadata::class, $resultedPropertyMetadata);
204202
}
205203
}

0 commit comments

Comments
 (0)