Skip to content

Commit ef16689

Browse files
Merge branch '3.4' into 4.4
* 3.4: Fix versions [Security/Http] Allow setting cookie security settings for delete_cookies [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected bumped Symfony version to 3.4.40 updated VERSION for 3.4.39 update CONTRIBUTORS for 3.4.39 updated CHANGELOG for 3.4.39 update Italian translation [Validator] Add missing Hungarian translations [Validator] Add the missing translations for the Arabic (ar) locale [Validator] Add missing vietnamese translations [Console] Fix OutputStream for PHP 7.4 add German translations bug #36157 [Validator] Assert Valid with many groups [Validator] Add missing Lithuanian translations Fixed some typos Add french "at least" constraint translations
2 parents b404374 + e701b47 commit ef16689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,7 @@ public function testUnsupportedBuiltInTagWithScalar()
19001900
$this->parser->parse('!!iterator foo');
19011901
}
19021902

1903-
public function testExceptionWhenUsingUnsuportedBuiltInTags()
1903+
public function testExceptionWhenUsingUnsupportedBuiltInTags()
19041904
{
19051905
$this->expectException('Symfony\Component\Yaml\Exception\ParseException');
19061906
$this->expectExceptionMessage('The built-in tag "!!foo" is not implemented at line 1 (near "!!foo").');

0 commit comments

Comments
 (0)