Implements \Drupal\edit\EditPluginInterface::getAttachments().
Overrides EditPluginInterface::getAttachments
public function getAttachments() {
return array(
'library' => array(
array(
'edit_test',
'not-existing-wysiwyg',
),
),
);
}