Essence\Provider\OEmbed\ConfigTest::testEndpoint PHP Method

testEndpoint() public method

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