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

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $Config = new Config('endpoint', 'format');
        $this->assertEquals('endpoint', $Config->endpoint());
        $this->assertEquals('format', $Config->format());
    }