@@ -15,20 +15,20 @@ public function testPersistentConnectionsOnStandAloneTcpConnection()
1515 $ this ->assertEquals ('value ' , $ this ->credis ->get ('key ' ));
1616 }
1717
18- public function testPersistentvsNonPersistent ()
19- {
20- $ this ->assertTrue (true );
21- }
18+ public function testPersistentvsNonPersistent ()
19+ {
20+ $ this ->assertTrue (true );
21+ }
2222
23- public function testStandAloneArgumentsExtra ()
24- {
25- $ this ->assertTrue ($ this ->credis ->hMSet ('hash ' , array ('field1 ' => 'value1 ' , 'field2 ' => 'value2 ' ), 'field3 ' , 'value3 ' ));
26- $ this ->assertEquals (array ('field1 ' => 'value1 ' , 'field2 ' => 'value2 ' , 'field3 ' =>'value3 ' ), $ this ->credis ->hMGet ('hash ' , array ('field1 ' ,'field2 ' ,'field3 ' )));
27- }
23+ public function testStandAloneArgumentsExtra ()
24+ {
25+ $ this ->assertTrue ($ this ->credis ->hMSet ('hash ' , array ('field1 ' => 'value1 ' , 'field2 ' => 'value2 ' ), 'field3 ' , 'value3 ' ));
26+ $ this ->assertEquals (array ('field1 ' => 'value1 ' , 'field2 ' => 'value2 ' , 'field3 ' =>'value3 ' ), $ this ->credis ->hMGet ('hash ' , array ('field1 ' ,'field2 ' ,'field3 ' )));
27+ }
2828
29- public function testStandAloneMultiPipelineThrowsException ()
30- {
31- $ this ->setExpectedExceptionShim ('CredisException ' , 'A pipeline is already in use and only one pipeline is supported. ' );
32- $ this ->credis ->pipeline ()->pipeline ();
33- }
29+ public function testStandAloneMultiPipelineThrowsException ()
30+ {
31+ $ this ->setExpectedExceptionShim ('CredisException ' , 'A pipeline is already in use and only one pipeline is supported. ' );
32+ $ this ->credis ->pipeline ()->pipeline ();
33+ }
3434}
0 commit comments