setPath() public method

public setPath ( $pattern )
Ejemplo n.º 1
0
 /**
  * @depends testPersistEmptyOptions
  *
  * @expectedException \InvalidArgumentException
  */
 public function testSetPatternInvalid(Route $route)
 {
     $route->setPath('/impossible');
 }