| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 52 | 11 | private function _setConfig() : void |
|
| 53 | { |
||
| 54 | 11 | $this->_container['config'] = [ |
|
| 55 | 11 | 'cache.default' => $this->_driver, |
|
| 56 | 11 | $this->_driverStoreKey => ['driver' => $this->_driver] + $this->_options, |
|
| 57 | 11 | 'cache.prefix' => $this->_options['cache_prefix'] ?? self::DEFAULT_CACHE_PREFIX |
|
| 58 | ]; |
||
| 69 | } |