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