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 822bda0 + 6dfeb39 commit 40da106Copy full SHA for 40da106
Tests/Extension/Core/EventListener/TrimListenerTest.php
@@ -42,13 +42,10 @@ public function testTrimSkipNonStrings()
42
43
/**
44
* @dataProvider spaceProvider
45
+ * @requires extension mbstring
46
*/
47
public function testTrimUtf8Separators($hex)
48
{
- if (!function_exists('mb_convert_encoding')) {
49
- $this->markTestSkipped('The "mb_convert_encoding" function is not available');
50
- }
51
-
52
// Convert hexadecimal representation into binary
53
// H: hex string, high nibble first (UCS-2BE)
54
// *: repeat until end of string
0 commit comments