Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Aug 30, 2024
1 parent aacb8d0 commit 2a02f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Client/GroupsClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public function testBuildApiUrl(string $expected, string $action): void
$this->assertSame($expected, $client->buildApiUrl());
}

/**
* @return iterable<array{string, string}>
*/
public static function buildApiUrlProvider(): iterable
{
yield [
Expand Down

0 comments on commit 2a02f10

Please sign in to comment.