Skip to content

Commit cc0da44

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: Fix CI [Translation] Prevent creating empty keys when key ends with a period #51928 Missing translations for Belarusian (be) [DoctrineBridge] Spread some PHP 8 love [Cache] Fix leftovers in generated Redis proxies [Cache] Add missing `@requires extension openssl` [Validator] Update Slovenian translations (sl)
2 parents 331e230 + 2518003 commit cc0da44

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)