mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Move the Predis\Iterator namespace into Predis\Response.
This commit is contained in:
@@ -97,7 +97,7 @@ class ProtocolProcessorTest extends StandardTestCase
|
||||
->method('readLine')
|
||||
->will($this->returnValue("*1"));
|
||||
|
||||
$this->assertInstanceOf('Predis\Iterator\MultiBulkResponseSimple', $protocol->read($connection));
|
||||
$this->assertInstanceOf('Predis\Response\Iterator\MultiBulkResponseSimple', $protocol->read($connection));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user