MageTest / BehatMage

Behat for Magento
MIT License
85 stars 31 forks source link

Improve the process of clearing the cache. #23

Closed Vinai closed 11 years ago

Vinai commented 11 years ago

Each cache type can consist of one or more cache tags. This patch uses the cache tags that have been configured in magento for each cache segment instead of using a single hardcoded 'config' tag.

This touches on issue #19, but doesn't resolve it completely yet.