1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

tests: debug travis

This commit is contained in:
Torsten Dittmann 2021-04-26 17:18:41 +02:00
parent 3a9b6e2e76
commit bc19c4c692

View file

@ -46,7 +46,7 @@ abstract class Scope extends TestCase
protected function getLastRequest():array protected function getLastRequest():array
{ {
sleep(4); sleep(5);
$resquest = json_decode(file_get_contents('http://request-catcher:5000/__last_request__'), true); $resquest = json_decode(file_get_contents('http://request-catcher:5000/__last_request__'), true);
$resquest['data'] = json_decode($resquest['data'], true); $resquest['data'] = json_decode($resquest['data'], true);