Essence\Provider\OEmbed\ConfigTest::testEndpoint PHP 메소드

testEndpoint() 공개 메소드

public testEndpoint ( )
    public function testEndpoint()
    {
        $this->Config->setEndpoint('endpoint');
        $this->assertEquals('endpoint', $this->Config->endpoint());
    }