Datatypes\jQueryFileUpload\DatatypeTest::testGetEditor PHP Method

testGetEditor() public method

Test
public testGetEditor ( ) : void
return void
    public function testGetEditor()
    {
        $this->assertInstanceOf('Datatypes\\jQueryFileUpload\\Editor', $this->object->getEditor($this->property));
    }