Skip to content

Tags: mamunahmed/EcomDev_PHPUnit

Tags

v0.3.1

Toggle v0.3.1's commit message
Minor features release that introduces dispatching of events and upda…

…ted composer.json file

v0.3.0

Toggle v0.3.0's commit message
Virtual File System, Custom Fixtures Path, New Yaml Loader, Custom Fi…

…xture Processors

v0.2.1.1

Toggle v0.2.1.1's commit message
Hotfix for PHPUnit 3.6 compatibility

v0.2.1

Toggle v0.2.1's commit message
New minor release of EcomDev_PHPUnit extension

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 EcomDev#24: Fixtures Improvements in 0.1.2-beta
    - Feature EcomDev#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 EcomDev#26: Implement GWS Fixture
      - scope fixture type
      - $this->setCurrentStore() inside of the test
 - Feature EcomDev#28: Add XML merging functionality
 - Feature EcomDev#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