fix lowest deps tests

This commit is contained in:
Christian Flothmann 2019-03-25 14:49:18 +01:00
parent f806e68613
commit f5eaba0798

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