From d709e7c9a9ea4a2e5775da14451e03781ab988d9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 16 Jan 2017 11:23:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/UglyRouterTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/UglyRouterTest.php b/tests/UglyRouterTest.php index 874bca2..4d21b3e 100644 --- a/tests/UglyRouterTest.php +++ b/tests/UglyRouterTest.php @@ -7,10 +7,7 @@ namespace Alltube\Test; use Alltube\UglyRouter; use Slim\Http\Environment; -use Slim\Http\Headers; use Slim\Http\Request; -use Slim\Http\Stream; -use Slim\Http\Uri; /** * Unit tests for the UglyRouter class. @@ -47,7 +44,7 @@ class UglyRouterTest extends \PHPUnit_Framework_TestCase Environment::mock( [ 'REQUEST_METHOD' => 'GET', - 'QUERY_STRING'=>'page=foo' + 'QUERY_STRING' => 'page=foo', ] ) )