@@ -46,13 +46,13 @@ public function testDebugDeprecatedDefaults()
4646 $ this ->assertEquals (0 , $ ret , 'Returns 0 in case of success ' );
4747 $ this ->assertSame (<<<TXT
4848
49- Service form types
50- ------------------
49+ Service form types
50+ ------------------
5151
52- * Symfony\Component\Form\Tests\Command\FooType
52+ * Symfony\Component\Form\Tests\Command\FooType
5353
5454
55- TXT
55+ TXT
5656 , $ tester ->getDisplay (true ));
5757 }
5858
@@ -94,12 +94,12 @@ public function testDebugSingleFormTypeNotFound()
9494 public function testDebugAmbiguousFormType ()
9595 {
9696 $ expectedMessage = <<<TXT
97- The type "AmbiguousType" is ambiguous.
97+ The type "AmbiguousType" is ambiguous.
9898
99- Did you mean one of these?
100- Symfony\Component\Form\Tests\Fixtures\Debug\A\AmbiguousType
101- Symfony\Component\Form\Tests\Fixtures\Debug\B\AmbiguousType
102- TXT ;
99+ Did you mean one of these?
100+ Symfony\Component\Form\Tests\Fixtures\Debug\A\AmbiguousType
101+ Symfony\Component\Form\Tests\Fixtures\Debug\B\AmbiguousType
102+ TXT ;
103103
104104 $ this ->expectException (InvalidArgumentException::class);
105105 $ this ->expectExceptionMessage ($ expectedMessage );
@@ -126,15 +126,15 @@ public function testDebugAmbiguousFormTypeInteractive()
126126 $ output = $ tester ->getDisplay (true );
127127 $ this ->assertStringMatchesFormat (<<<TXT
128128
129- The type "AmbiguousType" is ambiguous.
129+ The type "AmbiguousType" is ambiguous.
130130
131- Select one of the following form types to display its information: [%A\A\AmbiguousType]:
132- [0] %A\A\AmbiguousType
133- [1] %A\B\AmbiguousType
134- %A
135- %A\A\AmbiguousType (Block prefix: "ambiguous")
136- %A
137- TXT
131+ Select one of the following form types to display its information: [%A\A\AmbiguousType]:
132+ [0] %A\A\AmbiguousType
133+ [1] %A\B\AmbiguousType
134+ %A
135+ %A\A\AmbiguousType (Block prefix: "ambiguous")
136+ %A
137+ TXT
138138 , $ output );
139139 }
140140
@@ -152,38 +152,38 @@ public function testDebugCustomFormTypeOption()
152152 $ this ->assertEquals (0 , $ ret , 'Returns 0 in case of success ' );
153153 $ this ->assertStringMatchesFormat (<<<'TXT'
154154
155- Symfony\Component\Form\Tests\Command\FooType (foo)
156- ==================================================
157-
158- ---------------- -----------%s
159- Info "Info" %s
160- ---------------- -----------%s
161- Required true %s
162- ---------------- -----------%s
163- Default - %s
164- ---------------- -----------%s
165- Allowed types [ %s
166- "string"%s
167- ] %s
168- ---------------- -----------%s
169- Allowed values [ %s
170- "bar", %s
171- "baz" %s
172- ] %s
173- ---------------- -----------%s
174- Normalizers [ %s
175- Closure(%s
176- class:%s
177- this: %s
178- file: %s
179- line: %s
180- } %s
181- ] %s
182- ---------------- -----------%s
183- Nested Options - %s
184- ---------------- -----------%s
185-
186- TXT
155+ Symfony\Component\Form\Tests\Command\FooType (foo)
156+ ==================================================
157+
158+ ---------------- -----------%s
159+ Info "Info" %s
160+ ---------------- -----------%s
161+ Required true %s
162+ ---------------- -----------%s
163+ Default - %s
164+ ---------------- -----------%s
165+ Allowed types [ %s
166+ "string"%s
167+ ] %s
168+ ---------------- -----------%s
169+ Allowed values [ %s
170+ "bar", %s
171+ "baz" %s
172+ ] %s
173+ ---------------- -----------%s
174+ Normalizers [ %s
175+ Closure(%s
176+ class:%s
177+ this: %s
178+ file: %s
179+ line: %s
180+ } %s
181+ ] %s
182+ ---------------- -----------%s
183+ Nested Options - %s
184+ ---------------- -----------%s
185+
186+ TXT
187187 , $ tester ->getDisplay (true ));
188188 }
189189
0 commit comments