X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FRouting%2FMatcherDumperTest.php;fp=web%2Fcore%2Ftests%2FDrupal%2FKernelTests%2FCore%2FRouting%2FMatcherDumperTest.php;h=4145b2369e71eb4557be5af0afd4739b3327e21f;hp=f37383d631df3463fe0fb76a51b88be3cbd84f72;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php b/web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php index f37383d63..4145b2369 100644 --- a/web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php +++ b/web/core/tests/Drupal/KernelTests/Core/Routing/MatcherDumperTest.php @@ -2,9 +2,7 @@ namespace Drupal\KernelTests\Core\Routing; -use Drupal\Core\Cache\MemoryBackend; use Drupal\Core\KeyValueStore\KeyValueMemoryFactory; -use Drupal\Core\Lock\NullLockBackend; use Drupal\Core\State\State; use Drupal\KernelTests\KernelTestBase; use Symfony\Component\Routing\Route; @@ -38,7 +36,7 @@ class MatcherDumperTest extends KernelTestBase { parent::setUp(); $this->fixtures = new RoutingFixtures(); - $this->state = new State(new KeyValueMemoryFactory(), new MemoryBackend('test'), new NullLockBackend()); + $this->state = new State(new KeyValueMemoryFactory()); } /**