Phalcon\Test\Cache\Backend\AerospikeTest::_before PHP Method

_before() protected method

executed before each test
protected _before ( )
    protected function _before()
    {
        if (!extension_loaded('aerospike')) {
            $this->markTestSkipped('The Aerospike module is not available.');
        }
        $this->getModule('Aerospike')->_reconfigure(['set' => 'cache']);
    }