Skip to content

Commit

Permalink
[Yaml] fix test for PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 1, 2019
1 parent ec0045b commit 70d308f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ class ParserTest extends TestCase
/** @var Parser */
protected $parser;

protected function setUp()
private function doSetUp()
{
$this->parser = new Parser();
}

protected function tearDown()
private function doTearDown()
{
$this->parser = null;

Expand Down

0 comments on commit 70d308f

Please sign in to comment.