Phalcon\Test\Annotations\Adapter\AerospikeTest::providerInvalidConstructor PHP Method

providerInvalidConstructor() public method

    public function providerInvalidConstructor()
    {
        return [[[], 'Phalcon\\Annotations\\Exception', 'No hosts given in options'], [['hosts' => null], 'Phalcon\\Annotations\\Exception', 'No hosts given in options'], [['hosts' => []], 'Phalcon\\Annotations\\Exception', 'No hosts given in options'], [['hosts' => [[]]], 'Phalcon\\Cache\\Exception', 'Aerospike failed to connect [-2]: Unable to find host parameter']];
    }