From 01e491ec866781afd222419a69f5bdd8a7d37fc7 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Tue, 11 Sep 2018 19:16:23 +0200 Subject: [PATCH] [Console] Fix typo in tests --- src/Symfony/Component/Console/Tests/Helper/TableTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Console/Tests/Helper/TableTest.php b/src/Symfony/Component/Console/Tests/Helper/TableTest.php index 3f7c7efce8..a40720255e 100644 --- a/src/Symfony/Component/Console/Tests/Helper/TableTest.php +++ b/src/Symfony/Component/Console/Tests/Helper/TableTest.php @@ -742,7 +742,7 @@ TABLE; $table->render(); } - public function testColumnWith() + public function testColumnWidth() { $table = new Table($output = $this->getOutputStream()); $table @@ -774,7 +774,7 @@ TABLE; $this->assertEquals($expected, $this->getOutputContent($output)); } - public function testColumnWiths() + public function testColumnWidths() { $table = new Table($output = $this->getOutputStream()); $table