EcomDev_PHPUnit
EcomDev_PHPUnit copied to clipboard
Magento PHPUnit Integration
On first ./phpunit.sh run when database is copied, what requirements are need to be done for flat tables to be generated implemented?
I see that Ecomdev website does not exist anymore.
If baseurl is using HTTPS simple controller tests doing a dispatch exit with 0. E.g.: `$this->dispatch('');` There is a 302 redirect and an exit, due to `Mage_Core_Controller_Varien_Router_Standard::_checkShouldBeSecure(...)`. and `$request->isSecure()` is...
Link to the documentation in README is broken. Please make docs accessible again.
I am getting this error: ``` PHP Fatal error: Class 'Varien_Object' not found in /home/bamboo/bamboo-agent-home/xml-data/build-dir/TR-TEST-JOB1/webroot/app/code/core/Mage/Reports/Model/Test.php on line 37 ``` Any ideas?
Please submit your package to https://packagist.org/packages/submit To make this command executable: `composer require ecomdev/ecomdev_phpunit 0.3.7`
When you have a not pass test using the following assertion: assertJsonMatch The framework throws the following exception: Exception: Warning: Missing argument 2 for EcomDev_PHPUnit_Constraint_Json::customFailureDescription() The exception can be avoided...
Are there any chances for Magento EE 1.14 compatibility? We noticed that mocking resource models doesn't work.
The vfsStream submodule url is git://github.com/mikey179/vfsStream.git which is blocked by our corporate firewall; however https://github.com/mikey179/vfsStream.git would work just as well and would be far less likely to be blocked by...
This pull fixes an issue where the attribute_set_id would be assigned in the $values[$index][...], but not in the $row variable (which is pulled from $values[$index]). I stumbled on this problem...