$this->assertIdentical($expected,$this->editorManager->getAttachments(array('filtered_html','full_html')),'Correct attachments when one text editor is enabled and retrieving attachments for multiple text formats.');
// Case 4: a text editor available associated, but now with its JS settings
// being altered via hook_editor_js_settings_alter().
$this->assertIdentical($expected,$this->editorManager->getAttachments(array('filtered_html','full_html')),'hook_editor_js_settings_alter() works correctly.');