Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config_split
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
config_split
Commits
2adecffa
Commit
2adecffa
authored
2 years ago
by
Fabian Bircher
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3296858
by Project Update Bot: Automated Drupal 10 compatibility fixes
parent
f62809a1
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!39
Issue #3172440 by bircher: Use config filter 1.x since drush config:import...
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Tests/GhostStorageTest.php
+2
-0
2 additions, 0 deletions
src/Tests/GhostStorageTest.php
src/Tests/SplitFilterTest.php
+2
-0
2 additions, 0 deletions
src/Tests/SplitFilterTest.php
tests/src/Kernel/ConfigSplitCliServiceTest.php
+2
-0
2 additions, 0 deletions
tests/src/Kernel/ConfigSplitCliServiceTest.php
with
6 additions
and
0 deletions
src/Tests/GhostStorageTest.php
+
2
−
0
View file @
2adecffa
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
namespace
Drupal\config_split\Tests
;
namespace
Drupal\config_split\Tests
;
use
Prophecy\PhpUnit\ProphecyTrait
;
use
Drupal\config_filter
\Tests\ReadonlyStorageTest
;
use
Drupal\config_filter
\Tests\ReadonlyStorageTest
;
use
Drupal\config_split
\Config\GhostStorage
;
use
Drupal\config_split
\Config\GhostStorage
;
use
Drupal\Core\Config\StorageInterface
;
use
Drupal\Core\Config\StorageInterface
;
...
@@ -14,6 +15,7 @@
...
@@ -14,6 +15,7 @@
*/
*/
class
GhostStorageTest
extends
ReadonlyStorageTest
{
class
GhostStorageTest
extends
ReadonlyStorageTest
{
use
ProphecyTrait
;
/**
/**
* Override the storage decorating.
* Override the storage decorating.
*
*
...
...
This diff is collapsed.
Click to expand it.
src/Tests/SplitFilterTest.php
+
2
−
0
View file @
2adecffa
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
namespace
Drupal\config_split\Tests
;
namespace
Drupal\config_split\Tests
;
use
Prophecy\PhpUnit\ProphecyTrait
;
use
Drupal\config_split
\Plugin\ConfigFilter\SplitFilter
;
use
Drupal\config_split
\Plugin\ConfigFilter\SplitFilter
;
use
Drupal\Core\Config\DatabaseStorage
;
use
Drupal\Core\Config\DatabaseStorage
;
use
Drupal\Core\Config\FileStorage
;
use
Drupal\Core\Config\FileStorage
;
...
@@ -19,6 +20,7 @@
...
@@ -19,6 +20,7 @@
*/
*/
class
SplitFilterTest
extends
UnitTestCase
{
class
SplitFilterTest
extends
UnitTestCase
{
use
ProphecyTrait
;
/**
/**
* Test that the blacklist is correctly calculated.
* Test that the blacklist is correctly calculated.
*/
*/
...
...
This diff is collapsed.
Click to expand it.
tests/src/Kernel/ConfigSplitCliServiceTest.php
+
2
−
0
View file @
2adecffa
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
namespace
Drupal\Tests\config_split\Kernel
;
namespace
Drupal\Tests\config_split\Kernel
;
use
Prophecy\PhpUnit\ProphecyTrait
;
use
Drupal\config\Controller\ConfigController
;
use
Drupal\config\Controller\ConfigController
;
use
Drupal\config_filter
\Config\FilteredStorage
;
use
Drupal\config_filter
\Config\FilteredStorage
;
use
Drupal\Core\Archiver\Tar
;
use
Drupal\Core\Archiver\Tar
;
...
@@ -21,6 +22,7 @@
...
@@ -21,6 +22,7 @@
*/
*/
class
ConfigSplitCliServiceTest
extends
KernelTestBase
{
class
ConfigSplitCliServiceTest
extends
KernelTestBase
{
use
ProphecyTrait
;
/**
/**
* Modules to enable.
* Modules to enable.
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment