public function testAutoloadWithConfiguredValue()
 {
     $this->ckEditorType->isAutoload(false);
     $form = $this->factory->create('ckeditor');
     $view = $form->createView();
     $this->assertArrayHasKey('autoload', $view->vars);
     $this->assertFalse($view->vars['autoload']);
 }