Skip to content

Commit

Permalink
Merge pull request #19 from ergebnis/fix/import
Browse files Browse the repository at this point in the history
Fix: Remove unused import
  • Loading branch information
localheinz committed Jan 30, 2022
2 parents 3418d3e + 9f96d6d commit f38b3a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Unit/JsonPointerTest.php
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 f38b3a0

Please sign in to comment.