From 50bc782f58b91035f65db6e22fa11c0feaad564c Mon Sep 17 00:00:00 2001 From: Wilmer Arambula <42547589+terabytesoftw@users.noreply.github.com> Date: Sat, 19 Dec 2020 06:42:20 -0300 Subject: [PATCH] Clean up config testcase --- tests/TestCase.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 4600fcafb..2c9c5bbe3 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -9,7 +9,6 @@ use Psr\EventDispatcher\EventDispatcherInterface; use Psr\EventDispatcher\ListenerProviderInterface; use Psr\Log\LoggerInterface; -use Psr\SimpleCache\CacheInterface as PsrCacheInterface; use ReflectionException; use ReflectionObject; use Yiisoft\ActiveRecord\ActiveRecordFactory; @@ -225,8 +224,6 @@ private function config(): array $params = $this->params(); return [ - PsrCacheInterface::class => ArrayCache::class, - CacheInterface::class => [ '__class' => Cache::class, '__construct()' => [