From 050fb9279466b9d6cfb3da5850f003e9d84429db Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 27 Jun 2017 10:33:01 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/testing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testing.php b/tests/testing.php index 7e525894..b80741e7 100755 --- a/tests/testing.php +++ b/tests/testing.php @@ -107,7 +107,7 @@ var_dump($id = $MadelineProto->request_call('@danogentili', [ ); $time = microtime(true); $controller->writeFrames(stream_get_contents($f, 960 * 2)); - var_dump("sent 960 frames"); + var_dump('sent 960 frames'); } }, 'stop' => function () {