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
-------

61df934a Missing Environment and LoaderInterface
This commit is contained in:
Fabien Potencier
2021-09-22 17:03:26 +02:00
+3
View File
@@ -2,6 +2,9 @@
namespace Twig\Tests;
use Twig\Environment;
use Twig\Loader\LoaderInterface;
/**
* This class is adapted from code coming from Zend Framework.
*