Remove Hazaar\Cache class tests #150
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#150
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are some classes in the CORE and other libraries that relied on Hazaar\Cache but didn't have it as a dependency, so they would perform a
class_exists()
call to check if it exists. Or even would throw an exception.I need to do a search for these and remove them in Hazaar MVC 3.0 because Hazaar\Cache is now back in the core and will always be there.
I know there is one in
Hazaar\Controller\REST
on line 117.created merge request !55 to address this issue
mentioned in merge request !55
changed milestone to %7
closed