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 4bd13bc commit 57befc8Copy full SHA for 57befc8
tests/test-table.php
@@ -52,7 +52,7 @@ public function test_column_value_too_long_with_multibytes() {
52
$out = $table->getDisplayLines();
53
print_r( $out );
54
for ( $i = 0; $i < count( $out ); $i++ ) {
55
- $this->assertEquals( $constraint_width, mb_strwidth( $out[$i] ) + 1 );
+ $this->assertEquals( $constraint_width, \cli\strwidth( $out[$i] ) + 1 );
56
}
57
58
0 commit comments