8000 [DI] fix tests · symfony/symfony@62127d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62127d6

Browse files
[DI] fix tests
1 parent 35db1b3 commit 62127d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,9 @@ public function testExtraCharsInProcessor()
198198
$this->assertStringMatchesFormat('env_%s_key_a_b_c_FOO_%s', $bag->get('env(key:a.b-c:FOO)'));
199199
}
200200

201+
/**
202+
* @requires PHP 8.1
203+
*/
201204
public function testGetEnum()
202205
{
203206
$bag = new EnvPlaceholderParameterBag();

0 commit comments

Comments
 (0)
0