Skip to content

Commit 6339881

Browse files
[DI] fix tests
1 parent f2ddf41 commit 6339881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)