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