getPath() public method

Handle the trailing slash option.
public getPath ( )
コード例 #1
0
ファイル: RouteTest.php プロジェクト: pamil/RoutingBundle
 /**
  * @expectedException \LogicException
  */
 public function testPrefixNonpersisted()
 {
     $route = new Route();
     $route->getPath();
 }