We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95a6e8 commit 335d792Copy full SHA for 335d792
Tests/Validator/DoctrineLoaderTest.php
@@ -210,7 +210,7 @@ public function testClassNoAutoMapping()
210
$this->assertSame(AutoMappingStrategy::DISABLED, $classMetadata->getAutoMappingStrategy());
211
212
$maxLengthMetadata = $classMetadata->getPropertyMetadata('maxLength');
213
- $this->assertEmpty($maxLengthMetadata);
+ $this->assertSame([], $maxLengthMetadata);
214
215
/** @var PropertyMetadata[] $autoMappingExplicitlyEnabledMetadata */
216
$autoMappingExplicitlyEnabledMetadata = $classMetadata->getPropertyMetadata('autoMappingExplicitlyEnabled');
0 commit comments