mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:29:35 +00:00
Remove whitespace [Gun.io WhitespaceBot]
This commit is contained in:
@@ -495,7 +495,7 @@ class ClientFeaturesTestSuite extends PHPUnit_Framework_TestCase
|
||||
$client->flushdb();
|
||||
|
||||
RC::testForClientException($this, 'TEST', function() use($client) {
|
||||
$client->pipeline(function($pipe) {
|
||||
$client->pipeline(function($pipe) {
|
||||
$pipe->ping();
|
||||
$pipe->set('foo', 'bar');
|
||||
throw new Predis\ClientException("TEST");
|
||||
|
||||
Reference in New Issue
Block a user