Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01e491e

Browse files
authored
[Console] Fix typo in tests
1 parent 90e7945 commit 01e491e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Tests/Helper/TableTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ public function testThrowsWhenTheCellInAnArray()
742742
$table->render();
743743
}
744744

745-
public function testColumnWith()
745+
public function testColumnWidth()
746746
{
747747
$table = new Table($output = $this->getOutputStream());
748748
$table
@@ -774,7 +774,7 @@ public function testColumnWith()
774774
$this->assertEquals($expected, $this->getOutputContent($output));
775775
}
776776

777-
public function testColumnWiths()
777+
public function testColumnWidths()
778778
{
779779
$table = new Table($output = $this->getOutputStream());
780780
$table

0 commit comments

Comments
 (0)