diff --git a/tests/_data/fixtures/Mvc/View/Engine/Twig.php b/tests/_data/fixtures/Mvc/View/Engine/Twig.php index 45f5a1bd590..867c450043a 100644 --- a/tests/_data/fixtures/Mvc/View/Engine/Twig.php +++ b/tests/_data/fixtures/Mvc/View/Engine/Twig.php @@ -12,7 +12,7 @@ namespace Phalcon\Test\Fixtures\Mvc\View\Engine; use Phalcon\DiInterface; -use Phalcon\Mvc\View\Engine; +use Phalcon\Mvc\View\Engine\AbstractEngine; use Phalcon\Mvc\View\EngineInterface; use Phalcon\Mvc\ViewBaseInterface; use Twig_Environment;