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:
Daniele Alessandri
2012-08-02 17:46:30 +02:00
parent e774a301c4
commit 6e76ea6c7e
15 changed files with 837 additions and 8 deletions
@@ -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}