Skip to content

Commit e881054

Browse files
committed
Merge branch 'sw-26236/change-media-test-to-work-on-ubuntu' into '5.7'
SW-26236 - change media test to work on ubuntu See merge request shopware/5/product/shopware!617
2 parents c71dbf9 + 681907e commit e881054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Model/Album/MediaTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ class MediaTest extends TestCase
3434
public function testIconvWorkAsExpected(): void
3535
{
3636
$media = new Media();
37-
$media->setName("This is the Euro symbol '\''€'\''.");
37+
$media->setName('Cool Media File');
3838

39-
static::assertEquals('This-is-the-Euro-symbol-EUR', $media->getName());
39+
static::assertEquals('Cool-Media-File', $media->getName());
4040
}
4141
}

0 commit comments

Comments
 (0)