SensioLabs\Melody\Tests\Handler\GistHandlerTest::testSupports PHP Method

testSupports() public method

public testSupports ( $url, $expected )
    public function testSupports($url, $expected)
    {
        $this->assertEquals($expected, $this->handler->supports($url));
    }