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 168e5bc commit 0685ba2Copy full SHA for 0685ba2
tests/test-table.php
@@ -50,7 +50,6 @@ public function test_column_value_too_long_with_multibytes() {
50
$table->addRow( array( 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 'Hello' ) );
51
52
$out = $table->getDisplayLines();
53
- print_r($out);
54
for ( $i = 0; $i < count( $out ); $i++ ) {
55
$this->assertEquals( $constraint_width, \cli\strwidth( $out[$i] ) + 1 );
56
}
0 commit comments