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.
1 parent 59a184b commit b65e542Copy full SHA for b65e542
Tests/Util/StringUtilTest.php
@@ -24,13 +24,10 @@ public function testTrim()
24
25
/**
26
* @dataProvider spaceProvider
27
+ * @requires extension mbstring
28
*/
29
public function testTrimUtf8Separators($hex)
30
{
- if (!function_exists('mb_convert_encoding')) {
31
- $this->markTestSkipped('The "mb_convert_encoding" function is not available');
32
- }
33
-
34
// Convert hexadecimal representation into binary
35
// H: hex string, high nibble first (UCS-2BE)
36
// *: repeat until end of string
0 commit comments