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