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 01e491e

Browse filesBrowse files
authored
[Console] Fix typo in tests
1 parent 90e7945 commit 01e491e
Copy full SHA for 01e491e

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.