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 212e49b commit 3a18bb3Copy full SHA for 3a18bb3
tests/escapingTest.php
@@ -156,7 +156,7 @@ class escapingTest extends \PHPUnit\Framework\TestCase
156
157
protected function setUp(): void
158
{
159
- $this->env = new \Twig\Environment($this->createMock('\Twig\Loader\LoaderInterface'));
+ $this->env = new Environment($this->createMock(LoaderInterface::class));
160
}
161
162
public function testHtmlEscapingConvertsSpecialChars()
0 commit comments