mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:39:42 +00:00
Add tests for classes in the Predis\Protocol\Text namespace.
This was the only namespace containing classes with no tests.
This commit is contained in:
@@ -25,7 +25,7 @@ use Predis\Protocol\ResponseHandlerInterface;
|
||||
* @link http://redis.io/topics/protocol
|
||||
* @author Daniele Alessandri <suppakilla@gmail.com>
|
||||
*/
|
||||
class ResponseErrorSilentHandler implements ResponseHandlerInterface
|
||||
class ResponseErrorHandler implements ResponseHandlerInterface
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
||||
Reference in New Issue
Block a user