コード例 #1
0
ファイル: JRouterTest.php プロジェクト: Rai-Ka/joomla-cms
 /**
  * @since 4.0
  * @expectedException InvalidArgumentException
  */
 public function testDetachRuleWrongStage()
 {
     $rule = function () {
     };
     $this->object->detachRule('parse', $rule, 'wrong');
 }