示例#1
0
 /**
  * @covers ::setValue
  */
 public function testSetValue()
 {
     $this->entityAdapter->setValue(NULL);
     $this->assertNull($this->entityAdapter->getValue());
 }