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

merge-requests/2612/head
Alex Pott 2022-06-30 17:57:56 +01:00
parent 4fd25f45bd
commit 5253862d0d
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
2 changed files with 1 additions and 5 deletions
core
modules/config/tests/config_override_test/src

View File

@ -4,6 +4,7 @@ namespace Drupal\config_override_test;
use Drupal\Core\Cache\CacheableMetadata;
use Drupal\Core\Config\ConfigFactoryOverrideInterface;
use Drupal\Core\Config\StorageInterface;
/**
* Tests module overrides for configuration.

View File

@ -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