Example #1
0
 public function testGetRoutes()
 {
     $stack = new SimpleRouteStack();
     $this->assertInstanceOf('Traversable', $stack->getRoutes());
 }