Skip to content

Commit

Permalink
Updated game IP addresses used for PHPUnit automated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 24, 2024
1 parent ef2f21f commit 2c08bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Service/ServerManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testGetNameByGameID(): void
public function testGetGameIDByAddress(): void
{
// Récupération du jeu « Counter-Strike 2 ».
$this->assertTrue($this->serverManager->getGameIDByAddress("216.52.148.47", 27015) === 730);
$this->assertTrue($this->serverManager->getGameIDByAddress("178.32.80.148", 27015) === 730);

// Récupération du jeu « Garry's Mod ».
$this->assertTrue($this->serverManager->getGameIDByAddress("145.239.211.147", 27015) === 4000);
Expand Down

0 comments on commit 2c08bd0

Please sign in to comment.