mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-01 13:07:22 +00:00
Fix CS
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user