We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f8d7 commit 722cd80Copy full SHA for 722cd80
test/Functional/ScrapeAppDetailsTest.php
@@ -647,7 +647,6 @@ public function testFreeGames(int $appId): void
647
* @see https://store.steampowered.com/app/250600/The_Plan/
648
* @see https://store.steampowered.com/app/206480/Dungeons__Dragons_Online
649
* @see https://store.steampowered.com/app/31500/COIL/
650
- * @see https://store.steampowered.com/app/3799650/Swamp_Keeper_Demo/
651
*/
652
public function provideFreeApps(): array
653
{
@@ -659,7 +658,6 @@ public function provideFreeApps(): array
659
658
'"Play Game" button (no price)' => [250600],
660
'Play for Free!' => [206480],
661
'Free demo' => [31500],
662
- 'Free demo (canonicalizing ID)' => [3799650],
663
];
664
}
665
0 commit comments