Skip to content

Commit

Permalink
Fix: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jan 30, 2022
1 parent 8eb33c3 commit 9f96d6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Unit/JsonPointerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand All @@ -29,8 +28,6 @@
*/
final class JsonPointerTest extends Framework\TestCase
{
use Test\Util\Helper;

/**
* @dataProvider provideInvalidJsonStringValue
*/
Expand Down

0 comments on commit 9f96d6d

Please sign in to comment.