Datatypes\RadioButtonList\PrevalueEditorTest::testLoad PHP Method

testLoad() public method

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