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

daycry / doctrine / 5422826778

pending completion
5422826778

push

github

web-flow
Update phpunit.yml

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