Datatypes\Textrich\CkEditorTest::testGetAllItems PHP Method

testGetAllItems() public method

Test
public testGetAllItems ( ) : void
return void
    public function testGetAllItems()
    {
        $this->object->setParameters(array('toolbar-items' => array('Source' => '1')));
        $this->assertInternalType('array', $this->object->getAllItems());
    }