Skip to content

Commit 1aa4575

Browse files
Fix typo
1 parent d8d2132 commit 1aa4575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-table.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ class Test_Table extends PHPUnit_Framework_TestCase {
77

88
public function test_column_value_too_long() {
99

10-
$constaint_width = 80;
10+
$constraint_width = 80;
1111

1212
$table = new cli\Table;
1313
$renderer = new cli\Table\Ascii;
14-
$renderer->setConstraintWidth( $constaint_width );
14+
$renderer->setConstraintWidth( $constraint_width );
1515
$table->setRenderer( $renderer );
1616
$table->setHeaders( array( 'Field', 'Value' ) );
1717
$table->addRow( array( 'description', 'The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.' ) );

0 commit comments

Comments
 (0)