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

Skip to content

Commit b4bbc25

Browse files
author
Robin Chalas
committed
minor #28450 [Console] Fix typo in tests (ro0NL)
This PR was merged into the 3.4 branch. Discussion ---------- [Console] Fix typo in tests | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Spotted in #28373 cc @chalasr Commits ------- 01e491e [Console] Fix typo in tests
2 parents 90e7945 + 01e491e commit b4bbc25

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)