Skip to content

Commit 212e49b

Browse files
committed
minor #3563 Missing Environment and LoaderInterface (remicollet)
This PR was merged into the 1.x branch. Discussion ---------- Missing Environment and LoaderInterface Detected by CI... Commits ------- 61df934 Missing Environment and LoaderInterface
2 parents 803efed + 61df934 commit 212e49b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/escapingTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
namespace Twig\Tests;
44

5+
use Twig\Environment;
6+
use Twig\Loader\LoaderInterface;
7+
58
/**
69
* This class is adapted from code coming from Zend Framework.
710
*

0 commit comments

Comments
 (0)