From 9f96d6da56d1f713b738076b0b6ee40f40a5fedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sun, 30 Jan 2022 11:02:03 +0100 Subject: [PATCH] Fix: Remove unused import --- test/Unit/JsonPointerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Unit/JsonPointerTest.php b/test/Unit/JsonPointerTest.php index 89acbc05..977e335a 100644 --- a/test/Unit/JsonPointerTest.php +++ b/test/Unit/JsonPointerTest.php @@ -16,7 +16,6 @@ use Ergebnis\Json\Pointer\Exception; use Ergebnis\Json\Pointer\JsonPointer; use Ergebnis\Json\Pointer\ReferenceToken; -use Ergebnis\Json\Pointer\Test; use PHPUnit\Framework; /** @@ -29,8 +28,6 @@ */ final class JsonPointerTest extends Framework\TestCase { - use Test\Util\Helper; - /** * @dataProvider provideInvalidJsonStringValue */