Example #1
0
 /**
  * @covers Nethgui\Controller\Request::isMutation
  * @todo   Implement testIsMutation().
  */
 public function testIsMutation()
 {
     $this->assertFalse($this->object->isMutation());
 }