Datatypes\Textrich\EditorTest::testLoadWithEmptyConfig PHP Method

testLoadWithEmptyConfig() public method

Test
public testLoadWithEmptyConfig ( ) : void
return void
    public function testLoadWithEmptyConfig()
    {
        $this->object->setConfig('');
        $this->assertInternalType('array', $this->object->load());
    }