getPath() public method

Handle the trailing slash option.
public getPath ( )
示例#1
0
 /**
  * @expectedException \LogicException
  */
 public function testPrefixNonpersisted()
 {
     $route = new Route();
     $route->getPath();
 }