Skip to content

Commit 33d2aa5

Browse files
xabbuhfabpot
authored andcommitted
[Yaml] initialize inline line numbers
Without this change, tests from `InlineTest` cannot be executed standalone as the parsed line number would never be initialized.
1 parent a165f1b commit 33d2aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Tests/InlineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class InlineTest extends TestCase
2020
{
2121
protected function setUp()
2222
{
23-
Inline::initialize(0);
23+
Inline::initialize(0, 0);
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)