mirror of
https://github.com/predis/predis.git
synced 2026-09-04 23:08:00 +00:00
[tests] Fix tests.
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class StreamableMultiBulkResponseTest extends StandardTestCase
|
||||
$connection->expects($this->never())->method('readLine');
|
||||
$connection->expects($this->never())->method('readBytes');
|
||||
|
||||
$this->assertInstanceOf('Predis\Iterator\MultiBulkResponseSimple', $handler->handle($connection, '1'));
|
||||
$this->assertInstanceOf('Predis\Response\Iterator\MultiBulkResponseSimple', $handler->handle($connection, '1'));
|
||||
}
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user