Inheritance: extends PHPUnit_Framework_TestCase
 /**
  * @dataProvider getUndefinedControllers
  */
 public function testGetControllerOnNonUndefinedFunction($controller, $exceptionName = null, $exceptionMessage = null)
 {
     $this->setExpectedException($exceptionName, $exceptionMessage);
     parent::testGetControllerOnNonUndefinedFunction($controller);
 }