PHPRouterTest\Test\RouteTest::testGetMethods PHP Метод

testGetMethods() публичный Метод

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