Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Tags: EcomDev/EcomDev_PHPUnit

Tags

v0.2.0.2

Toggle v0.2.0.2's commit message
=== New Version of EcomDev_PHPUnit ===

Bug fixes:
- Fix fatal erorr on JSON match
- Fix for website configuration scope values loading
- Issue with Magento 1.4.x for missed constant in the core.

=== Previous Bugfix Version ===
Bug fixes:
 - Fix mistypo doc comment for dispatch method
 - Fix default request method
 - Fix for annotations loaded from a single source
New Features:
 - Configuration Test Case
 - Controller Test Case
 - Test Doubles
 - Improved Expectations via expected() method
Deprecated functionality:
 - All the underline prefixed methods in the test case to follow PHPUnit coding standards

v0.2.0.1

Toggle v0.2.0.1's commit message
== New Version of EcomDev_PHPUnit ===

Bug fixes:
 - Fix mistypo doc comment for dispatch method
 - Fix default request method
 - Fix for annotations loaded from a single source
== From Previous version ===
New Features:
 - Configuration Test Case
 - Controller Test Case
 - Test Doubles
 - Improved Expectations via expected() method
Deprecated functionality:
 - All the underline prefixed methods in the test case to follow PHPUnit coding standards

v0.2.0

Toggle v0.2.0's commit message
== New Version of EcomDev_PHPUnit ===

New Features:
 - Configuration Test Case
 - Controller Test Case
 - Test Doubles
 - Improved Expectations via expected() method
Deprecated functionality:
 - All the underline prefixed methods in the test case to follow PHPUnit coding standards

v0.1.2

Toggle v0.1.2's commit message
== New Version of EcomDev_PHPUnit ===

New Features:
 - Task #24: Fixtures Improvements in 0.1.2-beta
    - Feature #25: Implement EAV Fixture loading
      - eav type of fixture row, automatically executable indexes
      - possibility to disable indexer run via @doNotIndexAll or @doNotIndex indexer_code
      - full Global/Website/Store support
      - full product & categories support
    - Feature #26: Implement GWS Fixture
      - scope fixture type
      - $this->setCurrentStore() inside of the test
 - Feature #28: Add XML merging functionality
 - Feature #29: Method for expectation object with different data providers

v0.1.1

Toggle v0.1.1's commit message
== New Version of EcomDev_PHPUnit ===

New Features:
 - Created test suite for Magento with absolutelly separate environment
 - Easy Fixtures, Expectations, DataProviders via Yaml files