diff --git a/tests/testing.php b/tests/testing.php index 0eedb5b1..b80741e7 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -106,8 +106,8 @@ var_dump($id = $MadelineProto->request_call('@danogentili', [ ) * 1000000) ); $time = microtime(true); - var_dump($controller->writeFrames(stream_get_contents($f, 960 * 2))); - var_dump("sent 960 frames"); + $controller->writeFrames(stream_get_contents($f, 960 * 2)); + var_dump('sent 960 frames'); } }, 'stop' => function () {