Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / admin_toolbar / src / Tests / AdminToolbarAlterTest.php
index 11cdc0fff59c34d7fc44f829dcfbdc1aa13d8f5e..d4f41ace38ada7b859f8295c48add7754a735f75 100644 (file)
@@ -4,7 +4,6 @@ namespace Drupal\admin_toolbar\Tests;
 
 use Drupal\simpletest\WebTestBase;
 
-
 /**
  * Test the existence of Admin Toolbar module.
  *
@@ -43,8 +42,9 @@ class AdminToolbarAlterTest extends WebTestBase {
   /**
    * Tests for a the hover of sub menus.
    */
-  function testAdminToolbar() {
+  public function testAdminToolbar() {
     // Assert that expanded links are present in the HTML.
     $this->assertRaw('class="toolbar-icon toolbar-icon-user-admin-index"');
   }
+
 }