/**
  * @expectedException \Psc\CMS\Controller\SystemException
  */
 public function testFileNameExceptionTricky()
 {
     $this->ctrl->setName(NULL);
     $this->ctrl->getFileName();
 }