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.
2 parents c71dbf9 + 681907e commit e881054Copy full SHA for e881054
tests/Unit/Model/Album/MediaTest.php
@@ -34,8 +34,8 @@ class MediaTest extends TestCase
34
public function testIconvWorkAsExpected(): void
35
{
36
$media = new Media();
37
- $media->setName("This is the Euro symbol '\''€'\''.");
+ $media->setName('Cool Media File');
38
39
- static::assertEquals('This-is-the-Euro-symbol-EUR', $media->getName());
+ static::assertEquals('Cool-Media-File', $media->getName());
40
}
41
0 commit comments