This commit is contained in:
DariusIII
2026-02-13 13:57:51 +01:00
parent 74c8d860f6
commit 94edb32da5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class CategorizePcGameTest extends TestCase
protected function setUp(): void
{
parent::setUp();
$this->categorizer = new PcCategorizer();
$this->categorizer = new PcCategorizer;
}
public function test_pc_game_detects_common_scene_groups(): void
+1 -1
View File
@@ -15,7 +15,7 @@ class GamesParseTest extends TestCase
protected function setUp(): void
{
parent::setUp();
$this->parser = new GamesTitleParser();
$this->parser = new GamesTitleParser;
}
#[DataProvider('titlesProvider')]