Skip to content
Snippets Groups Projects
Commit 2adecffa authored by Fabian Bircher's avatar Fabian Bircher
Browse files

Issue #3296858 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent f62809a1
Branches
Tags
1 merge request!39Issue #3172440 by bircher: Use config filter 1.x since drush config:import...
......@@ -2,6 +2,7 @@
namespace Drupal\config_split\Tests;
use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\config_filter\Tests\ReadonlyStorageTest;
use Drupal\config_split\Config\GhostStorage;
use Drupal\Core\Config\StorageInterface;
......@@ -14,6 +15,7 @@
*/
class GhostStorageTest extends ReadonlyStorageTest {
use ProphecyTrait;
/**
* Override the storage decorating.
*
......
......@@ -2,6 +2,7 @@
namespace Drupal\config_split\Tests;
use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\config_split\Plugin\ConfigFilter\SplitFilter;
use Drupal\Core\Config\DatabaseStorage;
use Drupal\Core\Config\FileStorage;
......@@ -19,6 +20,7 @@
*/
class SplitFilterTest extends UnitTestCase {
use ProphecyTrait;
/**
* Test that the blacklist is correctly calculated.
*/
......
......@@ -2,6 +2,7 @@
namespace Drupal\Tests\config_split\Kernel;
use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\config\Controller\ConfigController;
use Drupal\config_filter\Config\FilteredStorage;
use Drupal\Core\Archiver\Tar;
......@@ -21,6 +22,7 @@
*/
class ConfigSplitCliServiceTest extends KernelTestBase {
use ProphecyTrait;
/**
* Modules to enable.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment