Missing Environment and LoaderInterface

This commit is contained in:
Remi Collet
2021-09-22 11:33:46 +02:00
committed by GitHub
parent 803efed8ea
commit 61df934a7e
+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.
*