Phalcon\Test\Cache\Backend\AerospikeTest::_before PHP Метод

_before() защищенный Метод

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']);
    }