We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688cfb1 commit e701b47Copy full SHA for e701b47
Tests/ParserTest.php
@@ -1794,7 +1794,7 @@ public function testUnsupportedTagWithScalar()
1794
$this->assertEquals('!iterator foo', $this->parser->parse('!iterator foo'));
1795
}
1796
1797
- public function testExceptionWhenUsingUnsuportedBuiltInTags()
+ public function testExceptionWhenUsingUnsupportedBuiltInTags()
1798
{
1799
$this->expectException('Symfony\Component\Yaml\Exception\ParseException');
1800
$this->expectExceptionMessage('The built-in tag "!!foo" is not implemented at line 1 (near "!!foo").');
0 commit comments