Skip to content

Commit 2518003

Browse files
committed
Fix CI
1 parent 3702aa4 commit 2518003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Mime/BodyRendererTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ public function testRenderedOnceUnserializableContext()
133133
$this->assertEquals('Text', $email->getTextBody());
134134
}
135135

136+
/**
137+
* @requires extension intl
138+
*/
136139
public function testRenderWithLocale()
137140
{
138141
$localeSwitcher = new LocaleSwitcher('en', []);

0 commit comments

Comments
 (0)