コード例 #1
0
ファイル: RewriteTest.php プロジェクト: relue/magento2
 /**
  * @dataProvider requestPathExceptionDataProvider
  * @expectedException Mage_Core_Exception
  */
 public function testValidateRequestPathException($requestPath)
 {
     $this->_helper->validateRequestPath($requestPath);
 }