Example #1
0
 public function testPost()
 {
     $this->route->post(null, '/pattern/subpattern');
     $this->assertEquals('POST', $this->get('routesArray')[0]['method']);
 }