We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d8d2b commit ca5d8abCopy full SHA for ca5d8ab
tests/CPMDBTests/TestSuites/Collection/ClothingTests.php
@@ -21,13 +21,4 @@ public function test_exists() : void
21
$this->assertStringContainsString('nexusmods.com', $mod->getAtelierURL());
22
$this->assertTrue($mod->hasAtelier());
23
}
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
- }
33
0 commit comments