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