File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -619,12 +619,9 @@ class Tester
619
619
string $ errorMessage = null ,
620
620
bool $ connKeepAlive = false ,
621
621
string $ scriptFilename = null ,
622
- <<<<<<< HEAD
623
- string $ stdin = null
624
- =======
622
+ string $ stdin = null ,
625
623
bool $ expectError = false ,
626
624
int $ readLimit = -1 ,
627
- >>>>>>> PHP -8.1
628
625
) {
629
626
if ($ this ->hasError ()) {
630
627
return new Response (null , true );
@@ -634,11 +631,7 @@ class Tester
634
631
635
632
try {
636
633
$ this ->response = new Response (
637
- <<<<<<< HEAD
638
- $ this ->getClient ($ address , $ connKeepAlive )->request_data ($ params , $ stdin )
639
- =======
640
- $ this ->getClient ($ address , $ connKeepAlive )->request_data ($ params , false , $ readLimit )
641
- >>>>>>> PHP -8.1
634
+ $ this ->getClient ($ address , $ connKeepAlive )->request_data ($ params , $ stdin , $ readLimit )
642
635
);
643
636
if ($ expectError ) {
644
637
$ this ->error ('Expected request error but the request was successful ' );
You can’t perform that action at this time.
0 commit comments