Skip to content

add client for predis #138

add client for predis

add client for predis #138

Triggered via pull request August 30, 2024 11:39
Status Failure
Total duration 54s
Artifacts

tests.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
tests (8.2): src/Client/PredisClient.php#L17
Parameter $redis of method Talleu\RedisOm\Client\PredisClient::__construct() has invalid type Predis\Client.
tests (8.2): src/Client/PredisClient.php#L17
Property Talleu\RedisOm\Client\PredisClient::$redis has unknown class Predis\Client as its type.
tests (8.2): src/Client/PredisClient.php#L19
Instantiated class Predis\Client not found.
tests (8.2): src/Client/PredisClient.php#L26
Call to method getConnection() on an unknown class Predis\Client.
tests (8.2): src/Client/PredisClient.php#L28
Instantiated class Predis\Client not found.
tests (8.2): src/Client/PredisClient.php#L43
Call to method hmset() on an unknown class Predis\Client.
tests (8.2): src/Client/PredisClient.php#L44
Call to method getLastError() on an unknown class Predis\Client.
tests (8.2): src/Client/PredisClient.php#L54
Call to method hgetall() on an unknown class Predis\Client.
tests (8.2): src/Client/PredisClient.php#L57
Call to method getLastError() on an unknown class Predis\Client.
tests (8.2): src/Client/PredisClient.php#L68
Call to method hget() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L17
Parameter $redis of method Talleu\RedisOm\Client\PredisClient::__construct() has invalid type Predis\Client.
tests (8.3): src/Client/PredisClient.php#L17
Property Talleu\RedisOm\Client\PredisClient::$redis has unknown class Predis\Client as its type.
tests (8.3): src/Client/PredisClient.php#L19
Instantiated class Predis\Client not found.
tests (8.3): src/Client/PredisClient.php#L26
Call to method getConnection() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L28
Instantiated class Predis\Client not found.
tests (8.3): src/Client/PredisClient.php#L43
Call to method hmset() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L44
Call to method getLastError() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L54
Call to method hgetall() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L57
Call to method getLastError() on an unknown class Predis\Client.
tests (8.3): src/Client/PredisClient.php#L68
Call to method hget() on an unknown class Predis\Client.