1
0
Fork 0
mirror of synced 2024-06-17 10:14:50 +12:00

debug failing tests

This commit is contained in:
Torsten Dittmann 2021-08-18 12:25:25 +02:00
parent eb12a8c26f
commit 39e91037df

View file

@ -650,7 +650,7 @@ trait RealtimeBase
'command' => 'php index.php',
'code' => new CURLFile(realpath(__DIR__ . '/../../../resources/functions/timeout.tar.gz'), 'application/x-gzip', 'php-fx.tar.gz'),
]);
var_dump($tag);
$tagId = $tag['body']['$id'] ?? '';
$this->assertEquals($tag['headers']['status-code'], 201);