From 6c403f9cb1b9b7a9759fad3fa666a8f8f769b30a Mon Sep 17 00:00:00 2001 From: moznion Date: Mon, 21 Nov 2016 16:24:26 +0900 Subject: [PATCH] Use PHP_EOL --- tests/LINEBot/HTTPClient/CurlHTTPClientTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/LINEBot/HTTPClient/CurlHTTPClientTest.php b/tests/LINEBot/HTTPClient/CurlHTTPClientTest.php index 63b17fee..a1523558 100644 --- a/tests/LINEBot/HTTPClient/CurlHTTPClientTest.php +++ b/tests/LINEBot/HTTPClient/CurlHTTPClientTest.php @@ -52,10 +52,8 @@ public static function setUpBeforeClass() return; } - echo <<<"EOS" -\n[WARN] req_mirror does not exist. Please try to execute `make install-devtool` -[WARN] Skip CurlHTTPClientTest\n -EOS; + echo PHP_EOL, '[WARN] req_mirror does not exist. Please try to execute `make install-devtool`', PHP_EOL; + echo '[WARN] Skip CurlHTTPClientTest', PHP_EOL; } public static function tearDownAfterClass()