Issue #3264145 by ankithashetty, yogeshmpawar, ravi.shankar, mrinalini9, neclimdul, mondrake, longwave, daffie: Fixing missing use statement in ConfigOverrider test class
parent
4fd25f45bd
commit
5253862d0d
core
modules/config/tests/config_override_test/src
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue