Example #1
0
 public function testGetRequestType()
 {
     $this->assertInternalType('string', $this->route->getRequestType());
     $this->assertEquals('GET', $this->route->getRequestType());
 }