This commit is contained in:
Yuri Kuznetsov
2022-06-30 14:33:12 +03:00
parent f461a02b1f
commit 0fe2ea1d44
+1 -1
View File
@@ -149,7 +149,7 @@ class MetadataTest extends \PHPUnit\Framework\TestCase
$this->object->clearChanges();
$this->assertEquals(array(), $this->reflection->getProperty('changedData'));
$this->assertNull($this->object->get('entityDefs.Attachment.fields.name.maxLength'));
$this->assertEquals(255, $this->object->get('entityDefs.Attachment.fields.name.maxLength'));
}
public function testDelete()