CacheCallbackTest::setUpBeforeClass PHP Method

setUpBeforeClass() public static method

public static setUpBeforeClass ( )
    public static function setUpBeforeClass()
    {
        CacheMemcached::singleton()->addServers([['localhost', 11211]]);
        // init server
        CacheAbstract::clearAll();
    }