kenjis / codeigniter-ss-twig

A Simple and Secure Twig integration for CodeIgniter 3.x and 4.x
MIT License
168 stars 46 forks source link

Error with phpunit #1

Closed oca159 closed 9 years ago

oca159 commented 9 years ago

I'm using your package for phpunit integration with codeigniter 3.0, but i have problems run tests. PHP Fatal error: Class 'Twig_Loader_Filesystem' not found in /var/www/html/project/application/libraries/Twig.php on line 35. I also am using your package for secure integration of twig in codeigniter 3.0. Any ideas?

Edit: I solved it adding require_once('../../vendor/autoload.php'); in Bootstrap.php, sorry but my bad english.

kenjis commented 9 years ago

No problem. My English is also broken. :-)