Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.3.7
    Fix issue with custom store scope set via application
  • v0.3.6
    Add shortcut for replaceByMock() into mock proxy object
  • v0.3.5
    Improvements in the fixtures
  • v0.3.4
    Improvements:
    - Make possible to disable test of modules
    Fixes:
    - Fix issues with required indexers for entities
  • v0.3.3
    Fix builds on travis
  • v0.3.2
    Release 0.3.2
  • v0.3.1
    Minor features release that introduces dispatching of events and updated composer.json file
  • v0.3.0
    Virtual File System, Custom Fixtures Path, New Yaml Loader, Custom Fixture Processors
  • v0.2.1.1
    15d232af · Merge branch 'dev' ·
    Hotfix for PHPUnit 3.6 compatibility
  • v0.2.1
    d7fb0f16 · Merge branch 'dev' ·
    New minor release of EcomDev_PHPUnit extension
  • v0.1.2
    == 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
    == New Version of EcomDev_PHPUnit ===
    New Features:
     - Created test suite for Magento with absolutelly separate environment
     - Easy Fixtures, Expectations, DataProviders via Yaml files
  • v0.2.0.2
    === 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
    == 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
    == 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