Example #1
0
 /**
  * Test whether the path is empty.
  */
 public function testWhetherEmptyPathIsEmpty()
 {
     $route = new Route('');
     $this->assertTrue($route->isEmpty());
 }