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

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

parent f5ec1e76
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
namespace Drupal\Tests\config_split\Unit;
use Prophecy\PhpUnit\ProphecyTrait;
use Drupal\config_split\Config\ConfigPatch;
use Drupal\config_split\Config\ConfigPatchMerge;
use Drupal\config_split\Config\ConfigSorter;
......@@ -21,6 +22,7 @@
*/
class ConfigPatchTest extends TestCase {
use ProphecyTrait;
/**
* The patch merge service under test.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment