Browse Source

Add `host` to RedisEngineTest::testConfig()

Jose Diaz-Gonzalez 11 years ago
parent
commit
8a07ac03a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/TestCase/Cache/Engine/RedisEngineTest.php

+ 1 - 0
tests/TestCase/Cache/Engine/RedisEngineTest.php

@@ -92,6 +92,7 @@ class RedisEngineTest extends TestCase
             'password' => false,
             'database' => 0,
             'unix_socket' => false,
+            'host' => null,
         ];
         $this->assertEquals($expecting, $config);
     }