コード例 #1
0
ファイル: MetaFieldTest.php プロジェクト: nlegoff/Phraseanet
 /**
  * @covers Alchemy\Phrasea\Border\Attribute\MetaField::getName
  */
 public function testGetName()
 {
     $this->assertEquals(AttributeInterface::NAME_METAFIELD, $this->object->getName());
 }