Phalcon\Test\Unit\Cache\Backend\RedisCest::_before PHP Method

_before() public method

public _before ( UnitTester $I )
$I UnitTester
    public function _before(UnitTester $I)
    {
        if (!extension_loaded('redis')) {
            throw new \PHPUnit_Framework_SkippedTestError('Warning: redis extension is not loaded');
        }
    }