Skip to content

Commit 3a18bb3

Browse files
committed
Fix CS
1 parent 212e49b commit 3a18bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/escapingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class escapingTest extends \PHPUnit\Framework\TestCase
156156

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

162162
public function testHtmlEscapingConvertsSpecialChars()

0 commit comments

Comments
 (0)