Zookal Mock Objects for Magento

History

$ git log --tags --simplify-by-decoration --pretty="format:%ai %d"
2015-05-01 14:24:28 +1000  (tag: v1.2.0)
2015-02-16 11:43:11 +1100  (tag: v1.1.6)
2015-02-02 09:22:51 +1100  (tag: v1.1.5)
2015-01-09 09:39:48 +1100  (tag: v1.1.4)
2014-11-04 16:25:34 +1100  (tag: v1.1.3)
2014-10-31 12:40:34 +1100  (tag: v1.1.2)
2014-10-17 09:01:28 +1100  (tag: v1.1.1)
2014-10-16 15:53:35 +1100  (tag: v1.1.0)
2014-10-10 14:00:19 +1100  (tag: v1.0.6)
2014-10-10 11:45:50 +1100  (tag: v1.0.5)
2014-05-01 17:07:04 +1000  (tag: v1.0.4)
2014-04-30 15:05:43 +1000  (tag: v1.0.3)
2014-04-25 20:18:04 +1000  (tag: v1.0.2)
2014-04-15 12:17:20 +1000  (tag: v1.0.1)
2014-04-03 12:13:30 +1100  (tag: v1.0.0)

1.2.0

Add event zookal_mock_init_special_methods to allow changes to the internal specialMethods array.

1.1.6

Fixed a bug when you try to print a PDF invoice, with a deleted/removed payment method, in the backend.

1.1.5

Merged PR PR 7 Add Enterprise_Websiterestriction helper Issue 6

1.1.4

Bug fix for Weee Helper ->getApplied() to return an array. Fixes issue No 5.

1.1.3

Add observers for cron events to properly mock stuff. Implemented singleton pattern because of cron events always and default.

1.1.2

Bugfix to convert catalog_product attribute gift_message_available from giftmessage/adminhtml_product_helper_form_config to giftMessage/adminhtml_product_helper_form_config to find the class in the case-sensitive file system. This only applies if Mage_GiftMessage is disabled before installing Mock Module.

1.1.1

  • Merged PR Issue 3 Disabled Mage_Weee fixes

1.1.0

  • Major internal refactorings because of Scrutinizer CI integration

1.0.6

  • Add Mock for Mage_Downloadable_Model_Product_Type (if you have M2ePro installed)

1.0.5

  • Add Mock for Mage_AdminNotification_Model_Inbox with loggin output into a file (if you have M2ePro installed)

1.0.4

  • Adding Mage_Admin_Model_User when Mage_Admin has been removed
  • Bugfix: Added Wishlist model and its collection for iteration
  • Added abstract iteration class

1.0.3

  • Added Mage_Shipping mocks. Please read documentation how to properly disable this module
  • Removed entry in $_dependencyLiars because Mage_Catalog needs Mage_Dataflow in checkout->order->save()

1.0.2

  • Added Mage_CatalogInventory
  • Added Mage_Usa fallback model. Errors occur when loading system/config section and files of Mage_Usa have been removed, and when trying to create a new shipment in Sales -> Orders

1.0.1

  • Added Mage_Weee mocks
  • Added Mage_GiftMessage mocks
  • Possibility to run mock module in a shell script

1.0.0

  • Initial Release