burzum / cakephp-imagine-plugin

CakePHP wrapper for the powerful Imagine image processing library. Makes images manipulation easy and powerful.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class 'ImagineUtility' not found in ImagineUtilityTest

mcallisto opened this issue · comments

I have a problem with https://github.com/CakeDC/Imagine/blob/develop/Test/Case/Lib/ImagineUtilityTest.php#L12

When I run the test I get

Class 'ImagineUtility' not found
Error: An Internal Error Has Occurred.

Any suggestion on how to try fixing this?

Check if you loading Imagine plugin correctly.

CakePlugin::load('Imagine', array('bootstrap' => true));

Yes, the plugin is loaded correctly.

In fact I can successfully test Controller/Component/ImagineComponent, Model/Behavior/ImagineBehavior and View/Helper/ImagineHelper

Fixed and its in develop and master.