 .../ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php b/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
index 660caba..0fef55e 100644
--- a/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
+++ b/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php
@@ -67,6 +67,8 @@ function testEnabledPlugins() {
     $editor = entity_load('editor', 'filtered_html');
 
     // Case 1: no CKEditor plugins.
+    // I sure wish PluginManagerBase::getDefinitions() would guarantee the order
+    // of the results it returns!
     $this->assertIdentical(array('internal', 'stylescombo'), array_keys($this->manager->getDefinitions()), 'No CKEditor plugins found besides the built-in ones.');
     $this->assertIdentical(array(), $this->manager->getEnabledPlugins($editor), 'Only built-in plugins are enabled.');
     $this->assertIdentical(array('internal' => NULL), $this->manager->getEnabledPlugins($editor, TRUE), 'Only the "internal" plugin is enabled.');
