getMockForAbstractClass('Predis\PredisException', array($message)); $this->expectException('Predis\PredisException'); $this->expectExceptionMessage($message); throw $exception; } }