From e107082ee6d7e79fc68966130ac20af0f0c0e41f Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 26 May 2017 07:52:43 -0400 Subject: [PATCH] Remove visibility keyword --- tests/ZttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ZttpTest.php b/tests/ZttpTest.php index 4db8c33..86c6fd0 100644 --- a/tests/ZttpTest.php +++ b/tests/ZttpTest.php @@ -5,7 +5,7 @@ class ZttpTest extends TestCase { - private function url($url) + function url($url) { return vsprintf('%s/%s', [ rtrim(getenv('TEST_SERVER_URL'), '/'),