예제 #1
0
 /**
  * @covers ::set
  */
 public function testSet()
 {
     // Exercise set(), check if it returns $this
     $this->assertSame($this->entity, $this->entity->set('id', 0));
 }