File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 120120
121121
122122# Run unit tests
123- cd /php-dev && ./bin/phpspec run --config=phpspec.yml --bootstrap=vendor/autoload.php --no-interaction --format=pretty
123+ cd /php-dev && ./bin/phpspec run --config=phpspec.yml --bootstrap=./ vendor/autoload.php --no-interaction --format=pretty
124124
125125# Run php-cs-fixer
126126./bin/php-cs-fixer fix . --dry-run --diff --level=psr2
Original file line number Diff line number Diff line change @@ -332,11 +332,11 @@ private function callEndpoint($parameters, $subUrl)
332332 $ resultObject = '' ;
333333
334334 // if custom headers exist, add them
335- if ($ parameters ->customHeaders != null ){
335+ /* if($parameters->customHeaders != null){
336336 foreach ($parameters->customHeaders as $key => $value) {
337337 array_push($this->headers, $value);
338338 }
339- }
339+ }*/
340340
341341 if (strlen ($ parameters ->getMultiPartContent ()) > 0 ) {
342342 $ content = $ parameters ->getMultiPartContent ();
You can’t perform that action at this time.
0 commit comments