Skip to content

Commit ac7a574

Browse files
committed
Fix: Rename method
1 parent 4eedd89 commit ac7a574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Unit/JsonPointerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public function testDocumentReturnsJsonPointer(): void
112112
}
113113

114114
/**
115-
* @dataProvider provideExpectedJsonPointerJsonPointerAndSegment
115+
* @dataProvider provideJsonPointerReferenceTokenAndExpectedJsonPointer
116116
*/
117117
public function testAppendReturnsJsonPointer(
118118
JsonPointer $jsonPointer,
@@ -128,7 +128,7 @@ public function testAppendReturnsJsonPointer(
128128
/**
129129
* @return \Generator<string, array{0: JsonPointer, 1: ReferenceToken, 2: JsonPointer}>
130130
*/
131-
public function provideExpectedJsonPointerJsonPointerAndSegment(): \Generator
131+
public function provideJsonPointerReferenceTokenAndExpectedJsonPointer(): \Generator
132132
{
133133
$values = [
134134
'document-and-reference-token-from-unescaped-string' => [

0 commit comments

Comments
 (0)