Skip to content

Commit

Permalink
Merge pull request #3 from ergebnis/fix/rename
Browse files Browse the repository at this point in the history
Fix: Rename method
  • Loading branch information
localheinz authored Jan 28, 2022
2 parents 4eedd89 + ac7a574 commit c22b0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Unit/JsonPointerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function testDocumentReturnsJsonPointer(): void
}

/**
* @dataProvider provideExpectedJsonPointerJsonPointerAndSegment
* @dataProvider provideJsonPointerReferenceTokenAndExpectedJsonPointer
*/
public function testAppendReturnsJsonPointer(
JsonPointer $jsonPointer,
Expand All @@ -128,7 +128,7 @@ public function testAppendReturnsJsonPointer(
/**
* @return \Generator<string, array{0: JsonPointer, 1: ReferenceToken, 2: JsonPointer}>
*/
public function provideExpectedJsonPointerJsonPointerAndSegment(): \Generator
public function provideJsonPointerReferenceTokenAndExpectedJsonPointer(): \Generator
{
$values = [
'document-and-reference-token-from-unescaped-string' => [
Expand Down

0 comments on commit c22b0b8

Please sign in to comment.