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 */