Skip to content

Commit be08fa1

Browse files
committed
Add upgrade from 4.2 to 4.3
1 parent 864c47f commit be08fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Compiler/ValidateEnvPlaceholdersPassTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function testEmptyEnvWhichCannotBeEmptyForScalarNode(): void
215215
* NOT LEGACY (test exception in 5.0).
216216
*
217217
* @group legacy
218-
* @expectedDeprecation Setting path "env_extension.scalar_node_not_empty_validated" to an environment variable is deprecated since Symfony 4.2. Remove "cannotBeEmpty()", "validate()" or include a prefix/suffix value instead.
218+
* @expectedDeprecation Setting path "env_extension.scalar_node_not_empty_validated" to an environment variable is deprecated since Symfony 4.3. Remove "cannotBeEmpty()", "validate()" or include a prefix/suffix value instead.
219219
*/
220220
public function testEmptyEnvWhichCannotBeEmptyForScalarNodeWithValidation(): void
221221
{

0 commit comments

Comments
 (0)