Skip to content

Commit 0685ba2

Browse files
committed
remove print_r().
1 parent 168e5bc commit 0685ba2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public function test_column_value_too_long_with_multibytes() {
5050
$table->addRow( array( 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.', 'Hello' ) );
5151

5252
$out = $table->getDisplayLines();
53-
print_r($out);
5453
for ( $i = 0; $i < count( $out ); $i++ ) {
5554
$this->assertEquals( $constraint_width, \cli\strwidth( $out[$i] ) + 1 );
5655
}

0 commit comments

Comments
 (0)