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 56ebca2 commit d8d2132Copy full SHA for d8d2132
tests/test-table.php
@@ -19,6 +19,7 @@ public function test_column_value_too_long() {
19
20
$out = $table->getDisplayLines();
21
// "+ 1" accommodates "\n"
22
+ $this->assertCount( 12, $out );
23
$this->assertEquals( $constaint_width, strlen( $out[0] ) + 1 );
24
$this->assertEquals( $constaint_width, strlen( $out[1] ) + 1 );
25
$this->assertEquals( $constaint_width, strlen( $out[2] ) + 1 );
0 commit comments