You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2023. It is now read-only.
The result is 0 with Mage::getStoreConfig('catalog/frontend/flat_catalog_product')
Then I created two different test files for same model and tried to resolve just by setting value via Mage::getModel('core/config')->saveConfig('catalog/frontend/flat_catalog_product', 1) like in #52 and reinitStores() in setUp() function
The result was promising but it worked only depending on last state. And if you ran reinitStores in the both files I got the session problem session_module_name(): A session is active
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I trying to make test for function which works differently depending on product_flat status.
I tried to work with fixtures:
and for non flat
The result is 0 with
Mage::getStoreConfig('catalog/frontend/flat_catalog_product')
Then I created two different test files for same model and tried to resolve just by setting value via
Mage::getModel('core/config')->saveConfig('catalog/frontend/flat_catalog_product', 1)
like in #52 andreinitStores()
insetUp()
functionThe result was promising but it worked only depending on last state. And if you ran
reinitStores
in the both files I got the session problemsession_module_name(): A session is active
The text was updated successfully, but these errors were encountered: