Exemplo n.º 1
0
 public function testGet()
 {
     $this->route->get(null, '/pattern/subpattern');
     $this->assertEquals('GET', $this->get('routesArray')[0]['method']);
 }