示例#1
0
 /**
  * @covers Alchemy\Phrasea\Border\Attribute\MetaField::getName
  */
 public function testGetName()
 {
     $this->assertEquals(AttributeInterface::NAME_METAFIELD, $this->object->getName());
 }