Phalcon\Test\Annotations\Adapter\MemcachedTest::providerConstructor PHP Method

providerConstructor() public method

public providerConstructor ( )
    public function providerConstructor()
    {
        return [[['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 23], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 23, 'prefix' => '']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'prefix' => 'test_'], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 8600, 'prefix' => 'test_']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'randomValue' => 'test_'], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'randomValue' => 'test_', 'lifetime' => 8600, 'prefix' => '']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 123 => 'test_'], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 123 => 'test_', 'lifetime' => 8600, 'prefix' => '']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 24, 'prefix' => 'test_'], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 24, 'prefix' => 'test_']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 8600, 'prefix' => '']], [['host' => TEST_MC_HOST, 'weight' => 1], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 8600, 'prefix' => '']], [['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 8600, 'prefix' => '']], [['host' => TEST_MC_HOST], ['host' => TEST_MC_HOST, 'port' => TEST_MC_PORT, 'weight' => 1, 'lifetime' => 8600, 'prefix' => '']]];
    }