We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59f32 commit 1fb1defCopy full SHA for 1fb1def
.travis.yml
@@ -20,7 +20,7 @@ php:
20
- 5.5
21
- 5.6
22
- 7.0
23
- # - nightly
+ - nightly
24
# - hhvm We may need to do review this check later
25
install:
26
- ./bin/ci/install_dependencies.sh
tests/Psr6InterfaceImplements.test.php
@@ -18,7 +18,7 @@
18
/**
19
* Testing memcached as it is declared in .travis.yml
*/
-$driverInstance = CacheManager::getInstance();
+$driverInstance = CacheManager::getInstance('Memcached');
if (!is_object($driverInstance)) {
echo '[FAIL] CacheManager::getInstance() returned an invalid variable type:' . gettype($driverInstance) . "\n";
0 commit comments