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