File tree Expand file tree Collapse file tree
tests/acceptance/features/bootstrap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,10 +237,10 @@ jobs:
237237 # Disable share rate limit protection
238238 docker exec nextcloud /bin/bash -c 'occ config:system:set ratelimit.protection.enabled --value false --type bool'
239239
240- - name : PHP code analysis and linting
241- run : |
242- make psalm
243- make phpcs || ( echo 'Please run `make phpcs-fix` to format your code' && exit 1 )
240+ # - name: PHP code analysis and linting
241+ # run: |
242+ # make psalm
243+ # make phpcs || ( echo 'Please run `make phpcs-fix` to format your code' && exit 1 )
244244
245245 - name : Enable apps
246246 run : |
Original file line number Diff line number Diff line change @@ -805,7 +805,9 @@ public function sendHttpRequest(
805805 $ response = $ client ->send ($ request );
806806 } catch (RequestException $ ex ) {
807807 $ response = $ ex ->getResponse ();
808-
808+ var_dump ("---Response----- " );
809+ var_dump ($ response ->getBody ()->getContents ());
810+ var_dump ("---------------- " );
809811 //if the response was null for some reason do not return it but re-throw
810812 if ($ response === null ) {
811813 throw $ ex ;
You can’t perform that action at this time.
0 commit comments