8000
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 90e7945 commit 01e491eCopy full SHA for 01e491e
src/Symfony/Component/Console/Tests/Helper/TableTest.php
@@ -742,7 +742,7 @@ public function testThrowsWhenTheCellInAnArray()
742
$table->render();
743
}
744
745
- public function testColumnWith()
+ public function testColumnWidth()
746
{
747
$table = new Table($output = $this->getOutputStream());
748
$table
@@ -774,7 +774,7 @@ public function testColumnWith()
774
$this->assertEquals($expected, $this->getOutputContent($output));
775
776
777
- public function testColumnWiths()
+ public function testColumnWidths()
778
779
780
0 commit comments