Example #1
0
 /**
  * @dataProvider requestPathExceptionDataProvider
  * @expectedException Mage_Core_Exception
  */
 public function testValidateRequestPathException($requestPath)
 {
     $this->_helper->validateRequestPath($requestPath);
 }