Ivan Chepurnyi
Ivan Chepurnyi
true, this one is based on m1 with EE database structure. It is however possible to use core_url_rewrite table for export, but don't have yet time to make it happen.
@johnorourke I like your approach, and if `where` is used for both delete and anonymize it won't break behavior as the anonymization step just will be 0 rows, as those...
Please create a pull request with test for this functionality. Test should be created in EcomDev_PHPUnitTest module.
The problem you are talking about, could be caused by this call: https://github.com/EcomDev/EcomDev_PHPUnit/blob/dev/lib/EcomDev/PHPUnit/Constraint/Controller/Response/Header.php#L88 It calls PHPUnit evaluate, instead of matches, so it could be the issue.
@kezek Can you please create it as a pull request to dev branch, so you input will be mentioned in the contributions on github?
The current repo is most up-to-date. I have full control over it now.
Idea that you should be able to call setCurrentStore few times. Just specify _store argument for url, it is done specially for this purpose. setCurrentStore is more for model/block/helper tests.
There is no way for now to test adminhtml.xml files.
You can use @loadSharedFixture annotation for class, to speed up your tests. In new version there will be smarter way to control indexation loading of data and more smarter indexation...
Probably issue is in Magento core, but strange, since I easily created tests before with the same action dispatch that was checking execution of observer and it was working without...