Datatypes\jQueryFileUpload\EditorTest::testLoad PHP Метод

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

Test
public testLoad ( ) : void
Результат void
    public function testLoad()
    {
        $this->object->setValue(serialize(array(array('value' => __DIR__ . '/_files/test.jpg'))));
        $this->assertInternalType('string', $this->object->load());
    }