Datatypes\Mixed\EditorTest::testLoad PHP Method

testLoad() public method

Test
public testLoad ( ) : void
return void
    public function testLoad()
    {
        $this->object->setValue('a:3:{i:0;a:1:{i:0;a:1:{s:5:"value";s:5:"test1";}}i:1;a:1:{i:0;a:0:{}}i:3;a:1:{i:25;a:0:{}}}');
        $this->assertInternalType('string', $this->object->load());
    }