8000 Fix tests after last change · symfony/symfony@60ad78a · GitHub
[go: up one dir, main page]

Skip to content

Commit 60ad78a

Browse files
committed
Fix tests after last change
1 parent aa4b368 commit 60ad78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function testSimpleProcessor()
4545
'default' => ['bool', 'int', 'float', 'string', 'array'],
4646
'string' => ['string'],
4747
'trim' => ['string'],
48+
'require' => ['bool', 'int', 'float', 'string', 'array'],
4849
];
4950

5051
$this->assertSame($expected, $container->getParameterBag()->getProvidedTypes());

0 commit comments

Comments
 (0)
0