From 1ec4927f6905d4049312be837dbe31cf34d865b3 Mon Sep 17 00:00:00 2001 From: spawnia Date: Mon, 3 Sep 2018 22:12:03 +0200 Subject: [PATCH] Add namespace to class --- tests/Server/QueryExecutionTest.php | 1 - tests/Server/ServerTestCase.php | 1 - tests/Server/Unsafe.php | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Server/QueryExecutionTest.php b/tests/Server/QueryExecutionTest.php index 5a76f46..d816bce 100644 --- a/tests/Server/QueryExecutionTest.php +++ b/tests/Server/QueryExecutionTest.php @@ -19,7 +19,6 @@ use GraphQL\Validator\Rules\CustomValidationRule; use GraphQL\Validator\ValidationContext; use function count; use function sprintf; -use Unsafe; class QueryExecutionTest extends ServerTestCase { diff --git a/tests/Server/ServerTestCase.php b/tests/Server/ServerTestCase.php index 90f6849..431d28d 100644 --- a/tests/Server/ServerTestCase.php +++ b/tests/Server/ServerTestCase.php @@ -14,7 +14,6 @@ use function trigger_error; use const E_USER_DEPRECATED; use const E_USER_NOTICE; use const E_USER_WARNING; -use Unsafe; abstract class ServerTestCase extends TestCase { diff --git a/tests/Server/Unsafe.php b/tests/Server/Unsafe.php index d33a908..5e08918 100644 --- a/tests/Server/Unsafe.php +++ b/tests/Server/Unsafe.php @@ -1,5 +1,7 @@