publicfunctiontestGetPropertyMetadataReturnsEmptyArrayWithoutConfiguredMetadata() { $this->assertCount(0, $this->metadata->getPropertyMetadata('foo'), '->getPropertyMetadata() returns an empty collection if no metadata is configured for the given property'); }