Skip to content

Commit 40da106

Browse files
Merge branch '2.3' into 2.7
* 2.3: [ci] Fix tests requirements Conflicts: src/Symfony/Component/Validator/Tests/Mapping/Cache/LegacyApcCacheTest.php
2 parents 822bda0 + 6dfeb39 commit 40da106

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/Extension/Core/EventListener/TrimListenerTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ public function testTrimSkipNonStrings()
4242

4343
/**
4444
* @dataProvider spaceProvider
45+
* @requires extension mbstring
4546
*/
4647
public function testTrimUtf8Separators($hex)
4748
{
48-
if (!function_exists('mb_convert_encoding')) {
49-
$this->markTestSkipped('The "mb_convert_encoding" function is not available');
50-
}
51-
5249
// Convert hexadecimal representation into binary
5350
// H: hex string, high nibble first (UCS-2BE)
5451
// *: repeat until end of string

0 commit comments

Comments
 (0)