Verified Commit ad66289b authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3264145 by ankithashetty, yogeshmpawar, ravi.shankar, mrinalini9,...

Issue #3264145 by ankithashetty, yogeshmpawar, ravi.shankar, mrinalini9, neclimdul, mondrake, longwave, daffie: Fixing missing use statement in ConfigOverrider test class

(cherry picked from commit 5253862d)
parent 462932d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Config\ConfigFactoryOverrideInterface;
use Drupal\Core\Config\StorageInterface;

/**
 * Tests module overrides for configuration.
+0 −5
Original line number Diff line number Diff line
@@ -840,11 +840,6 @@ parameters:
			count: 1
			path: modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php

		-
			message: "#^Access to constant DEFAULT_COLLECTION on an unknown class Drupal\\\\config_override_test\\\\StorageInterface\\.$#"
			count: 1
			path: modules/config/tests/config_override_test/src/ConfigOverrider.php

		-
			message: "#^Method Drupal\\\\config_test\\\\ConfigTestForm\\:\\:save\\(\\) should return int but return statement is missing\\.$#"
			count: 1