Skip to content

Commit

Permalink
Clean up config testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Dec 19, 2020
1 parent e6d14f2 commit 50bc782
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/TestCase.php
Expand Up @@ -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;
Expand Down Expand Up @@ -225,8 +224,6 @@ private function config(): array
$params = $this->params();

return [
PsrCacheInterface::class => ArrayCache::class,

CacheInterface::class => [
'__class' => Cache::class,
'__construct()' => [
Expand Down

0 comments on commit 50bc782

Please sign in to comment.