adminUser = $this->drupalCreateUser([ 'access toolbar', 'access administration pages', 'administer site configuration', ]); $this->drupalLogin($this->adminUser); } /** * Tests for the hover of sub menus. */ public function testAdminToolbarTools() { // Assert that special menu items are present in the HTML. $this->assertRaw('class="toolbar-icon toolbar-icon-admin-toolbar-tools-flush"'); } }