File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 122122 " XDEBUG_MODE=coverage phpunit --colors=always -c ./phpunit.xml --debug --group=short --do-not-cache-result"
123123 ],
124124 "functional:long" : [
125- " XDEBUG_MODE=coverage phpunit --colors=always -c ./phpunit.xml --debug --do-not-cache-result"
125+ " XDEBUG_MODE=coverage phpunit --colors=always -c ./phpunit.xml --debug --group=long -- do-not-cache-result"
126126 ],
127127 "post-install-cmd" : [
128128 " Tooly\\ ScriptHandler::installPharTools"
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ private function createRetryDecider(LoggerInterface $logger = null)
148148 throw $ e ;
149149 }
150150
151- switch ($ response ->getStatusCode ()) {
151+ switch ($ response ->getStatusCode () ?? 500 ) {
152152 case 200 :
153153 case 201 :
154154 case 202 :
You can’t perform that action at this time.
0 commit comments