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

Dev #275

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open

Dev #275

wants to merge 25 commits into from

Commits on Mar 5, 2014

  1. Configuration menu
    Copy the full SHA
    b937a83 View commit details
    Browse the repository at this point in the history
  2. Convert to using a stack for test scope storage (see issue #178)

    The original code would only store the most recent version of the scop data when calling applyTestScope.
    If you called the method twice then you lost the original scope.
    Parts of the EcomDev_PHPUnit code are using the registry to store information.
    Currently the test scope is only setup at the suite level but if tests in the suite expect a clean registry then there are problems.
    This change converts to using a stack to store the scope.
    Each time you call applyTestScope the current scope data is added to the stack.
    Each time you call discardTestScope the previous scope data is restored.
    If you call discardTestScope and there is no stored scope data, a RuntimeException is thrown.
    LeeSaferite committed Mar 5, 2014
    Configuration menu
    Copy the full SHA
    b18329d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. Clear params on dispatch

    Rick Kuipers committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    e601785 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2014

  1. Reset to array instead of null

    Rick Kuipers committed Apr 25, 2014
    Configuration menu
    Copy the full SHA
    e7c5ba3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. Configuration menu
    Copy the full SHA
    cdc2129 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Merge pull request #189 from rskuipers/feature/fix-params

    Clear params on dispatch
    IvanChepurnyi committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    2589fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2014

  1. Configuration menu
    Copy the full SHA
    51eb8da View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2015

  1. Merge pull request #233 from robbieaverill/robbieaverill/readme-typo-…

    …fixes
    
    Suggest a couple of typo fixes in README.md
    IvanChepurnyi committed Feb 6, 2015
    Configuration menu
    Copy the full SHA
    0a8932d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2015

  1. Disable Events without Disabling Event Capture

    Signed-off-by: Michael A. Smith <[email protected]>
    Michael A. Smith committed Mar 6, 2015
    Configuration menu
    Copy the full SHA
    1e7a0d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Merge pull request #241 from kojiromike/observe-and-report

    Disable Events without Disabling Event Capture
    IvanChepurnyi committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    9742b6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #184 from AOEmedia/issue/178-fixture_scope

    Issue/178 fixture scope
    IvanChepurnyi committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    8674636 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. Update travis environment and PHP versions

    Magento 1.9.1.0 and PHP 5.5.
    hakre committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    6d0b007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #249 from hakre/hakre/magento-latest

    Update travis environment and PHP versions
    IvanChepurnyi committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    68bfe5b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Fix error reporting for issues happining during setup process, lift p…

    …hpunit version to major one
    IvanChepurnyi committed Aug 12, 2015
    5 Configuration menu
    Copy the full SHA
    e0b3595 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Fix constraint type for assertLayoutBlockRenderedContent[Not]()

    Passed content constraints were been ignored because of wrong type.
    schmengler committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    8276c46 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #271 from schmengler/bugfix/block-content-constraint

    Fix constraint type for assertLayoutBlockRenderedContent[Not]()
    IvanChepurnyi committed Jul 12, 2016
    Configuration menu
    Copy the full SHA
    0f6bdb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    ac76e59 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    7e015df View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. Configuration menu
    Copy the full SHA
    a0531ac View commit details
    Browse the repository at this point in the history

Commits on May 4, 2017

  1. Merge pull request #282 from schmengler/bugfix/forward-info

    Reset _beforeForwardInfo to make multiple forward assertions possible
    IvanChepurnyi committed May 4, 2017
    Configuration menu
    Copy the full SHA
    7ecc527 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Configuration menu
    Copy the full SHA
    59b5c17 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    df54041 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Merge pull request #283 from colinmollenhour/dev

    Fix default value for 'attribute_set_id'.
    IvanChepurnyi committed May 11, 2017
    Configuration menu
    Copy the full SHA
    35c08fb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge pull request #276 from schmengler/bugfix/php7compat

    Integrate PHP 7 compatibility patch from Inchoo_PHP7 into EcomDev_PHP…
    schmengler committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a8116f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    bd99f65 View commit details
    Browse the repository at this point in the history