Basho\Tests\TestCase::getCluster PHP Method

getCluster() public static method

Gets a cluster of 3 fake nodes
public static getCluster ( ) : array
return array
    public static function getCluster()
    {
        return (new Node\Builder())->onPort(static::getTestPort())->buildCluster(['riak1.company.com', 'riak2.company.com', 'riak3.company.com']);
    }