Datatypes\jQueryFileUpload\EditorTest::testLoad PHP Method

testLoad() public method

Test
public testLoad ( ) : void
return void
    public function testLoad()
    {
        $this->object->setValue(serialize(array(array('value' => __DIR__ . '/_files/test.jpg'))));
        $this->assertInternalType('string', $this->object->load());
    }