Exemplo n.º 1
0
 public function testNonExistingMethod()
 {
     $this->setExpectedException('CredisException', 'Unknown sentinel subcommand \'bla\'');
     $this->sentinel->bla();
 }