Example #1
0
 /**
  * @depends clone testRouter
  */
 public function testSetCustomSetting(Router $router)
 {
     $router->setCustomSetting('test_custom_setting');
     return $router;
 }