10000 fix lowest deps tests · symfony/symfony@f5eaba0 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5eaba0

Browse files
committed
fix lowest deps tests
1 parent f806e68 commit f5eaba0

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -164,27 +164,27 @@ public function testDebugCustomFormTypeOption()
164164
Symfony\Component\Form\Tests\Command\FooType (foo)
165165
==================================================
166166
167-
---------------- ---------------------------------------------------------------------------%s
168-
Required true %w
169-
---------------- ---------------------------------------------------------------------------%s
170-
Default - %w
171-
---------------- ---------------------------------------------------------------------------%s
172-
Allowed types [ %w
173-
"string" %w
174-
] %w
175-
---------------- ---------------------------------------------------------------------------%s
176-
Allowed values [ %w
177-
"bar", %w
178-
"baz" %w
179-
] %w
180-
---------------- ---------------------------------------------------------------------------%s
181-
Normalizer Closure(Options $options, $value) { %w
182-
class: "Symfony\Component\Form\Tests\Command\FooType" %w
183-
this: Symfony\Component\Form\Tests\Command\FooType { …} %w
167+
---------------- -----------------------------------------------------------%s
168+
Required true %w
169+
---------------- -----------------------------------------------------------%s
170+
Default - %w
171+
---------------- -----------------------------------------------------------%s
172+
Allowed types [ %w
173+
"string" %w
174+
] %w
175+
---------------- -----------------------------------------------------------%s
176+
Allowed values [ %w
177+
"bar", %w
178+
"baz" %w
179+
] %w
180+
---------------- -----------------------------------------------------------%s
181+
Normalizer Closure(Options $options, $value) { %w
182+
class: "Symfony\Component\Form\Tests\Command\FooType" %w
183+
this: Symfony\Component\Form\Tests\Command\FooType { …} %w
184184
64DE file: "%s"%w
185185
line: "%d to %d"%w
186-
} %w
187-
---------------- ---------------------------------------------------------------------------%s
186+
} %w
187+
---------------- -----------------------------------------------------------%s
188188

189189
TXT
190190
, $tester->getDisplay(true));

0 commit comments

Comments
 (0)
0