We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d913dea + 56cc4e6 commit 2e1954bCopy full SHA for 2e1954b
tests/Stash/Test/Driver/RedisTest.php
@@ -67,7 +67,7 @@ protected function getInvalidOptions()
67
68
public function testBadDisconnect()
69
{
70
- $this->expectException('Warning');
+ $this->expectException("RedisException");
71
if (defined('HHVM_VERSION')) {
72
$this->markTestSkipped('This test can not run on HHVM as HHVM throws a different set of errors.');
73
}
0 commit comments