Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 22, 2021
1 parent 212e49b commit 3a18bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/escapingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class escapingTest extends \PHPUnit\Framework\TestCase

protected function setUp(): void
{
$this->env = new \Twig\Environment($this->createMock('\Twig\Loader\LoaderInterface'));
$this->env = new Environment($this->createMock(LoaderInterface::class));
}

public function testHtmlEscapingConvertsSpecialChars()
Expand Down

0 comments on commit 3a18bb3

Please sign in to comment.