setPath() public method

public setPath ( $pattern )
示例#1
0
 /**
  * @depends testPersistEmptyOptions
  *
  * @expectedException \InvalidArgumentException
  */
 public function testSetPatternInvalid(Route $route)
 {
     $route->setPath('/impossible');
 }