Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b4bbc25

Browse filesBrowse 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
Copy full SHA for b4bbc25

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/TableTest.php
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.