PHPRouterTest\Test\RouteTest::testGetMethods PHP 메소드

testGetMethods() 공개 메소드

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