mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:14:38 +01:00
Fix tests
This commit is contained in:
parent
25039885fd
commit
65c0687898
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user