Datatypes\Textrich\EditorTest::testLoadWithEmptyConfig PHP Метод

testLoadWithEmptyConfig() публичный Метод

Test
public testLoadWithEmptyConfig ( ) : void
Результат void
    public function testLoadWithEmptyConfig()
    {
        $this->object->setConfig('');
        $this->assertInternalType('array', $this->object->load());
    }