Skip to content

Commit 1fb1def

Browse files
committed
Let's try the nightly !
1 parent 6b59f32 commit 1fb1def

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ php:
2020
- 5.5
2121
- 5.6
2222
- 7.0
23-
# - nightly
23+
- nightly
2424
# - hhvm We may need to do review this check later
2525
install:
2626
- ./bin/ci/install_dependencies.sh

tests/Psr6InterfaceImplements.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Testing memcached as it is declared in .travis.yml
2020
*/
21-
$driverInstance = CacheManager::getInstance();
21+
$driverInstance = CacheManager::getInstance('Memcached');
2222

2323
if (!is_object($driverInstance)) {
2424
echo '[FAIL] CacheManager::getInstance() returned an invalid variable type:' . gettype($driverInstance) . "\n";

0 commit comments

Comments
 (0)