Rename classes in Predis\Transaction.

This commit is contained in:
Daniele Alessandri
2013-11-16 16:34:34 +01:00
parent aa210aeb03
commit aaac082324
6 changed files with 33 additions and 29 deletions
@@ -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);