minor #30688 [Form] fix lowest deps tests (xabbuh)

This PR was merged into the 4.3-dev branch.

Discussion
----------

[Form] fix lowest deps tests

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

f5eaba0798 fix lowest deps tests
This commit is contained in:
Nicolas Grekas 2019-03-25 18:17:19 +01:00
commit 8585317c85

View File

@ -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));