Skip to content

Commit ca5d8ab

Browse files
committed
Moved a test.
1 parent a6d8d2b commit ca5d8ab

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/CPMDBTests/TestSuites/Collection/ClothingTests.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,4 @@ public function test_exists() : void
2121
$this->assertStringContainsString('nexusmods.com', $mod->getAtelierURL());
2222
$this->assertTrue($mod->hasAtelier());
2323
}
24-
25-
public function test_screenImageExists() : void
26-
{
27-
$mod = $this->createCollection()
28-
->categoryClothing()
29-
->getByID('clothing.catsuit');
30-
31-
$this->assertFileExists((string)$mod->getImageFile());
32-
}
3324
}

0 commit comments

Comments
 (0)