Datatypes\Upload\EditorTest::testLoad PHP Method

testLoad() public method

Test
public testLoad ( ) : void
return void
    public function testLoad()
    {
        $this->object->setConfig(array('is_multiple' => true));
        $this->object->setValue('value');
        $this->assertInternalType('array', $this->object->load());
    }