We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01df1a commit 56edf3fCopy full SHA for 56edf3f
1 file changed
tests/TestCase.php
@@ -23,7 +23,7 @@ class TestCase extends PHPUnitTestCase
23
public function setUp(): void
24
{
25
$this->apiClient = new SpigotAPIClient();
26
- $this->apiClient->setUserAgent("aternos/php-spigot-api@1.0.0 (contact@aternos.org)");
+ $this->apiClient->setUserAgent("aternos/php-spigot-api@2.0.0 (contact@aternos.org)");
27
}
28
29
protected function assertValidStats(ResourceStats $stats): void
@@ -98,4 +98,4 @@ protected function assertValidPaginatedList(PaginatedList $list): void
98
$this->assertNotEmpty($list->getResults());
99
100
101
-}
+}
0 commit comments