• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

daycry / doctrine / 5878638528

31 Jul 2023 08:19AM UTC coverage: 96.262%. Remained the same
5878638528

push

github

daycry
fix composer

206 of 214 relevant lines covered (96.26%)

7.85 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/Libraries/Redis.php
1
<?php
2

3
namespace Daycry\Doctrine\Libraries;
4

5
use CodeIgniter\Cache\Handlers\RedisHandler;
6
use Config\Cache;
7

8
class Redis extends RedisHandler
9
{
10
    public function __construct(Cache $config)
11
    {
12
        parent::__construct($config);
1✔
13
        $this->initialize();
1✔
14
    }
15

16
    public function getInstance()
17
    {
18
        return $this->redis;
1✔
19
    }
20
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc