vojtasvoboda / oc-twigextensions-plugin

Twig extensions plugin for OctoberCMS
MIT License
18 stars 26 forks source link

"Target class [twig.environment] does not exist" while running phpunit #66

Closed vdomah closed 2 years ago

vdomah commented 3 years ago

Hello!

Got a problem with this plugin while running phpunit. The following error occurs:

An exception has been thrown during the compilation of a template ("Target class [twig.environment] does not exist.")

This line is causing it: https://github.com/vojtasvoboda/oc-twigextensions-plugin/blob/master/Plugin.php#L71

vojtasvoboda commented 3 years ago

Hello :-) Which version of October? Laravel 5/6? Trying to run phpunit on the whole project, or just on this plugin?

When trying October v 1.1.5 on Laravel 6:

Screenshot 2021-07-27 v 23 56 32