Skip to content

Commit 67b2982

Browse files
committed
[TASK] Rename dataprovider
1 parent 9bea445 commit 67b2982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Unit/Service/Avatar/Gravatar/GravatarUriBuilderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function setUp(): void
2929
}
3030

3131
/**
32-
* @dataProvider testGetUriDataProvider
32+
* @dataProvider getUriDataProvider
3333
* @param string $expectedUriString
3434
* @param string $email
3535
* @param int|null $size
@@ -44,7 +44,7 @@ public function testGetUri(string $expectedUriString, string $email, ?int $size,
4444
);
4545
}
4646

47-
public static function testGetUriDataProvider(): \Generator
47+
public static function getUriDataProvider(): \Generator
4848
{
4949
$email = '[email protected]';
5050
yield ['https://www.gravatar.com/avatar/71803b16fcdb8ac77611d0a977b20164', $email, null, null, null];

0 commit comments

Comments
 (0)