Issue #3537721 by dydave: Admin Toolbar Search: Removed dependency on Admin Toolbar Tools.
https://www.drupal.org/project/admin_toolbar/issues/3537721
Admin Toolbar Search: Removed dependency on Admin Toolbar Tools.
- Updated module dependencies to require 
admin_toolbarinstead ofadmin_toolbar_tools. - Replaced libraries dependencies with 
admin_toolbar/toolbar.treesince a lot of handles and JS code is actually required for theadmin_toolbar_search.jsJS code to run correctly. - Enabled 
admin_toolbar_toolsin the Functional testAdminToolbarSearchSettingsFormTest.php, for testing the display of the menu local tasks (tabs). - Added check in 
SearchLinks:getLinksmethod to skip any further processing if theadmin_toolbar_toolsmodule is disabled.