Skip to content

Commit

Permalink
minor #3563 Missing Environment and LoaderInterface (remicollet)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.x branch.

Discussion
----------

Missing Environment and LoaderInterface

Detected by CI...

Commits
-------

61df934 Missing Environment and LoaderInterface
  • Loading branch information
fabpot committed Sep 22, 2021
2 parents 803efed + 61df934 commit 212e49b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/escapingTest.php
Expand Up @@ -2,6 +2,9 @@

namespace Twig\Tests;

use Twig\Environment;
use Twig\Loader\LoaderInterface;

/**
* This class is adapted from code coming from Zend Framework.
*
Expand Down

0 comments on commit 212e49b

Please sign in to comment.