mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Rename classes in Predis\Transaction.
This commit is contained in:
@@ -26,7 +26,7 @@ class AbortedMultiExecExceptionTest extends StandardTestCase
|
||||
public function testExceptionClass()
|
||||
{
|
||||
$client = new Client();
|
||||
$transaction = new MultiExecContext($client);
|
||||
$transaction = new MultiExec($client);
|
||||
$exception = new AbortedMultiExecException($transaction, 'ABORTED');
|
||||
|
||||
$this->assertInstanceOf('Predis\PredisException', $exception);
|
||||
|
||||
Reference in New Issue
Block a user