@@ -816,7 +816,7 @@ public function testMutipleFilesWithSameFormNameZF5744()
816816 $ files = array ('file1.txt ' , 'file2.txt ' , 'someotherfile.foo ' );
817817
818818 $ expectedBody = '' ;
819- foreach ($ files as $ filename ) {
819+ foreach ($ files as $ filename ) {
820820 $ this ->client ->setFileUpload ($ filename , 'uploadfile[] ' , $ rawData , 'text/plain ' );
821821 $ expectedBody .= "uploadfile $ filename text/plain " . strlen ($ rawData ) . "\n" ;
822822 }
@@ -844,7 +844,7 @@ public function testZF4238FalseLinesInResponse()
844844
845845 public function testStreamResponse ()
846846 {
847- if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
847+ if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
848848 $ this ->markTestSkipped ('Current adapter does not support streaming ' );
849849 return ;
850850 }
@@ -871,7 +871,7 @@ public function testStreamResponseBody()
871871 {
872872 $ this ->markTestSkipped ('To check with the new ZF2 implementation ' );
873873
874- if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
874+ if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
875875 $ this ->markTestSkipped ('Current adapter does not support streaming ' );
876876 return ;
877877 }
@@ -891,7 +891,7 @@ public function testStreamResponseBody()
891891
892892 public function testStreamResponseNamed ()
893893 {
894- if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
894+ if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
895895 $ this ->markTestSkipped ('Current adapter does not support streaming ' );
896896 return ;
897897 }
@@ -917,7 +917,7 @@ public function testStreamResponseNamed()
917917
918918 public function testStreamRequest ()
919919 {
920- if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
920+ if (!($ this ->client ->getAdapter () instanceof Adapter \StreamInterface)) {
921921 $ this ->markTestSkipped ('Current adapter does not support streaming ' );
922922 return ;
923923 }
0 commit comments