PHPRouterTest\Test\RouteTest::testGetMethods PHP Method

testGetMethods() public method

public testGetMethods ( )
    public function testGetMethods()
    {
        $this->assertEquals(array('GET'), $this->routeWithParameters->getMethods());
    }