Skip to content
Snippets Groups Projects
Commit 41b235b6 authored by Andrii Podanenko's avatar Andrii Podanenko
Browse files

fix(cleanup): Issue #3297522 by podarok: Remove test

parent 40d8eef7
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,7 @@ class LibrariesWebTest extends BrowserTestBase { ...@@ -125,8 +125,7 @@ class LibrariesWebTest extends BrowserTestBase {
'post-load callback' => 'not applied', 'post-load callback' => 'not applied',
'module' => 'libraries_test', 'module' => 'libraries_test',
]; ];
\Drupal::service('libraries.manager')->info_defaults($expected, 'example_callback');
// Test a callback in the 'info' group. // Test a callback in the 'info' group.
$expected['info callback'] = 'applied (top-level)'; $expected['info callback'] = 'applied (top-level)';
$expected['versions']['1']['info callback'] = 'applied (version 1)'; $expected['versions']['1']['info callback'] = 'applied (version 1)';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment