1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00

Fix tests

This commit is contained in:
Daniil Gentili 2021-09-06 17:51:40 +02:00
parent 25039885fd
commit 65c0687898
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -79,7 +79,6 @@ $MadelineProto = new \danog\MadelineProto\API(__DIR__.'/../testing.madeline', $s
$MadelineProto->async(true);
$MadelineProto->loop(function () use ($MadelineProto) {
yield $MadelineProto->start();
$MadelineProto->getHttpClient();
yield $MadelineProto->fileGetContents('https://google.com');
try {