Skip to content

Commit e701b47

Browse files
committed
Fixed some typos
1 parent 688cfb1 commit e701b47

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
@@ -1794,7 +1794,7 @@ public function testUnsupportedTagWithScalar()
17941794
$this->assertEquals('!iterator foo', $this->parser->parse('!iterator foo'));
17951795
}
17961796

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

0 commit comments

Comments
 (0)