From 44f78ffcdf6d59ca370d51608f5d0724bd5686e4 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 23 Oct 2022 13:14:27 +0200 Subject: [PATCH] apply StyleCI recommendations --- tst/JsonApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/JsonApiTest.php b/tst/JsonApiTest.php index 6f48b1b4..4ad629ee 100644 --- a/tst/JsonApiTest.php +++ b/tst/JsonApiTest.php @@ -281,7 +281,7 @@ class JsonApiTest extends PHPUnit_Framework_TestCase file_put_contents($mock_yourls_service, '{"shorturl":"https:\/\/example.com\/1","statusCode":200}'); $_SERVER['REQUEST_URI'] = '/path/shortenviayourls?link=https%3A%2F%2Fexample.com%2Fpath%2F%3Ffoo%23bar'; - $_GET['link'] = 'https://example.com/path/?foo#bar'; + $_GET['link'] = 'https://example.com/path/?foo#bar'; ob_start(); new Controller; $content = ob_get_contents();