- 02 Aug, 2013 1 commit
-
-
Jim O'Halloran authored
Uses the following XML structure: <phpunit> <disable_modules> <Mynamespace_Mymodule/> </disable_modules> </phpunit>
-
- 31 Jul, 2013 3 commits
-
-
Ivan Chepurnyi authored
vfsStream now can even be used if autoload was configured from extern
-
Daniel Fahlke authored
-
Ivan Chepurnyi authored
Re-enable Attribute fixture loader
-
- 29 Jul, 2013 4 commits
-
-
Jonathan Day authored
-
Jonathan Day authored
Merge remote-tracking branch 'aligent/feature/attribute_fixture_loader' into feature/attribute_fixture_loader Conflicts: app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Attribute/Abstract.php
-
Jonathan Day authored
Conflicts: app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Attribute/Abstract.php
-
Jonathan Day authored
enhancements to allow multiple test passes (e.g. with expectations). Nulls out the EAV config singleton after cleaning the attributes from the database. Also resets the autoincrement value on the tables and runs appropriate indexing
-
- 22 Jul, 2013 1 commit
-
-
Jonathan Day authored
-
- 20 Jul, 2013 1 commit
-
-
Jonathan Day authored
working code to import Attribute fixture data. Also tests for existence of attribute in Configurable product Fixture loader
-
- 18 Jul, 2013 1 commit
-
-
Jonathan Day authored
re-enabling the Attributes Fixture loader as first coded by @steverice - YAML structure is the same as Steve's proposal, needs more work on the cleanAttributes() and runRequiredIndexers() methods.
-
- 29 Jun, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 01 Jun, 2013 3 commits
-
-
Ivan Chepurnyi authored
Fix issue #108
-
Oleg Kravets authored
-
Ivan Chepurnyi authored
Fix for autoloader problems with Varien_Autoload and PHPUnit extension
-
- 13 May, 2013 2 commits
-
-
Ivan Chepurnyi authored
AdminGws Problems in EE 1.13
-
Christian Münch authored
I currently trying to run a controller test in EE 1.13 and i got errors. It seems that there are three new checks in AdminGws module. I'm really unsure if this is a correct solution, but i additionally mocked the methods getGwsStores, getGwsStoreGroups and getGwsRelevantWebsites. Please have a look at my code.
-
- 03 May, 2013 1 commit
-
-
Christian Münch authored
Posible fix for warnings throwed by Varien_Autoload which are triggered by PHPUnit (class_exist) calls.
-
- 03 Apr, 2013 4 commits
-
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
- 22 Mar, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 21 Mar, 2013 3 commits
-
-
Ivan Chepurnyi authored
Issues/78 configurable fixtures
-
Ivan Chepurnyi authored
-
Jonathan authored
re #78 adding fixture processing for configurable products. specify the relevant attributes by code and child products by id e.g. - entity_id: 410955 attribute_set_id: 4 type_id: simple sku: "Test Simple Child" name: "Test Simple Child" short_description: "Test Simple Child" description: "Test Simple Child" url_key: test-child website_ids: - us category_ids: - 2 # Default Category price: 30.00 special_price: 30.00 tax_class_id: 2 # Taxable Goods status: 1 # Enabled visibility: 4 # Visible in Catalog & Search color: 4 # Configurable Super Attribute - entity_id: '336835' attribute_set_id: 4 type_id: configurable sku: "test-configurable" name: "Test Configurable" short_description: "Test Configurable" description: "Test Configurable" url_key: test-configurable super_attributes: - color configurable_children: - 410955 website_ids: - us category_ids: - 2 # Default Category price: 30.00 special_price: 30.00 tax_class_id: 2 # Taxable Goods status: 1 # Enabled visibility: 4 # Visible in Catalog & Search
-
- 19 Feb, 2013 5 commits
-
-
Luke Mills authored
-
Luke Mills authored
-
Luke Mills authored
-
Luke Mills authored
-
Luke Mills authored
-
- 18 Feb, 2013 9 commits
-
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-