From 41b235b6c234a73352b3469fcdaae05c2b95361f Mon Sep 17 00:00:00 2001 From: Andrii Podanenko <podarokua@gmail.com> Date: Fri, 21 Oct 2022 12:38:07 +0300 Subject: [PATCH] fix(cleanup): Issue #3297522 by podarok: Remove test --- tests/src/Functional/LibrariesWebTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/src/Functional/LibrariesWebTest.php b/tests/src/Functional/LibrariesWebTest.php index 3a49fca..89e2ae0 100644 --- a/tests/src/Functional/LibrariesWebTest.php +++ b/tests/src/Functional/LibrariesWebTest.php @@ -125,8 +125,7 @@ class LibrariesWebTest extends BrowserTestBase { 'post-load callback' => 'not applied', 'module' => 'libraries_test', ]; - \Drupal::service('libraries.manager')->info_defaults($expected, 'example_callback'); - + // Test a callback in the 'info' group. $expected['info callback'] = 'applied (top-level)'; $expected['versions']['1']['info callback'] = 'applied (version 1)'; -- GitLab