From f5eaba07986df5705dfec5292eb100ba428d8b75 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 25 Mar 2019 14:49:18 +0100 Subject: [PATCH] fix lowest deps tests --- .../Form/Tests/Command/DebugCommandTest.php | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php b/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php index fd6a8db2ad..71dedf67ea 100644 --- a/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php +++ b/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php @@ -164,27 +164,27 @@ TXT Symfony\Component\Form\Tests\Command\FooType (foo) ================================================== - ---------------- ---------------------------------------------------------------------------%s - Required true %w - ---------------- ---------------------------------------------------------------------------%s - Default - %w - ---------------- ---------------------------------------------------------------------------%s - Allowed types [ %w - "string" %w - ] %w - ---------------- ---------------------------------------------------------------------------%s - Allowed values [ %w - "bar", %w - "baz" %w - ] %w - ---------------- ---------------------------------------------------------------------------%s - Normalizer Closure(Options $options, $value) { %w - class: "Symfony\Component\Form\Tests\Command\FooType" %w - this: Symfony\Component\Form\Tests\Command\FooType { …} %w + ---------------- -----------------------------------------------------------%s + Required true %w + ---------------- -----------------------------------------------------------%s + Default - %w + ---------------- -----------------------------------------------------------%s + Allowed types [ %w + "string" %w + ] %w + ---------------- -----------------------------------------------------------%s + Allowed values [ %w + "bar", %w + "baz" %w + ] %w + ---------------- -----------------------------------------------------------%s + Normalizer Closure(Options $options, $value) { %w + class: "Symfony\Component\Form\Tests\Command\FooType" %w + this: Symfony\Component\Form\Tests\Command\FooType { …} %w file: "%s"%w line: "%d to %d"%w - } %w - ---------------- ---------------------------------------------------------------------------%s + } %w + ---------------- -----------------------------------------------------------%s TXT , $tester->getDisplay(true));