-
Notifications
You must be signed in to change notification settings - Fork 166
Dev #275
base: master
Are you sure you want to change the base?
Commits on Mar 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b937a83 - Browse repository at this point
Copy the full SHA b937a83View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b18329d - Browse repository at this point
Copy the full SHA b18329dView commit details
Commits on Apr 24, 2014
-
Rick Kuipers committed
Apr 24, 2014 Configuration menu - View commit details
-
Copy full SHA for e601785 - Browse repository at this point
Copy the full SHA e601785View commit details
Commits on Apr 25, 2014
-
Reset to array instead of null
Rick Kuipers committedApr 25, 2014 Configuration menu - View commit details
-
Copy full SHA for e7c5ba3 - Browse repository at this point
Copy the full SHA e7c5ba3View commit details
Commits on Oct 31, 2014
-
Configuration menu - View commit details
-
Copy full SHA for cdc2129 - Browse repository at this point
Copy the full SHA cdc2129View commit details
Commits on Nov 17, 2014
-
Merge pull request #189 from rskuipers/feature/fix-params
Clear params on dispatch
Configuration menu - View commit details
-
Copy full SHA for 2589fa9 - Browse repository at this point
Copy the full SHA 2589fa9View commit details
Commits on Nov 25, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 51eb8da - Browse repository at this point
Copy the full SHA 51eb8daView commit details
Commits on Feb 6, 2015
-
Merge pull request #233 from robbieaverill/robbieaverill/readme-typo-…
…fixes Suggest a couple of typo fixes in README.md
Configuration menu - View commit details
-
Copy full SHA for 0a8932d - Browse repository at this point
Copy the full SHA 0a8932dView commit details
Commits on Mar 6, 2015
-
Disable Events without Disabling Event Capture
Signed-off-by: Michael A. Smith <[email protected]>
Michael A. Smith committedMar 6, 2015 Configuration menu - View commit details
-
Copy full SHA for 1e7a0d4 - Browse repository at this point
Copy the full SHA 1e7a0d4View commit details
Commits on Mar 24, 2015
-
Merge pull request #241 from kojiromike/observe-and-report
Disable Events without Disabling Event Capture
Configuration menu - View commit details
-
Copy full SHA for 9742b6a - Browse repository at this point
Copy the full SHA 9742b6aView commit details -
Merge pull request #184 from AOEmedia/issue/178-fixture_scope
Issue/178 fixture scope
Configuration menu - View commit details
-
Copy full SHA for 8674636 - Browse repository at this point
Copy the full SHA 8674636View commit details
Commits on Mar 31, 2015
-
Update travis environment and PHP versions
Magento 1.9.1.0 and PHP 5.5.
Configuration menu - View commit details
-
Copy full SHA for 6d0b007 - Browse repository at this point
Copy the full SHA 6d0b007View commit details -
Merge pull request #249 from hakre/hakre/magento-latest
Update travis environment and PHP versions
Configuration menu - View commit details
-
Copy full SHA for 68bfe5b - Browse repository at this point
Copy the full SHA 68bfe5bView commit details
Commits on Aug 12, 2015
-
Fix error reporting for issues happining during setup process, lift p…
…hpunit version to major one
5Configuration menu - View commit details
-
Copy full SHA for e0b3595 - Browse repository at this point
Copy the full SHA e0b3595View commit details
Commits on Jul 12, 2016
-
Fix constraint type for assertLayoutBlockRenderedContent[Not]()
Passed content constraints were been ignored because of wrong type.
Configuration menu - View commit details
-
Copy full SHA for 8276c46 - Browse repository at this point
Copy the full SHA 8276c46View commit details -
Merge pull request #271 from schmengler/bugfix/block-content-constraint
Fix constraint type for assertLayoutBlockRenderedContent[Not]()
Configuration menu - View commit details
-
Copy full SHA for 0f6bdb0 - Browse repository at this point
Copy the full SHA 0f6bdb0View commit details
Commits on Aug 29, 2016
-
Integrate PHP 7 compatibility patch from Inchoo_PHP7 into EcomDev_PHP…
…Unit_Model_Layout
Configuration menu - View commit details
-
Copy full SHA for ac76e59 - Browse repository at this point
Copy the full SHA ac76e59View commit details
Commits on Jan 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7e015df - Browse repository at this point
Copy the full SHA 7e015dfView commit details
Commits on Apr 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a0531ac - Browse repository at this point
Copy the full SHA a0531acView commit details
Commits on May 4, 2017
-
Merge pull request #282 from schmengler/bugfix/forward-info
Reset _beforeForwardInfo to make multiple forward assertions possible
Configuration menu - View commit details
-
Copy full SHA for 7ecc527 - Browse repository at this point
Copy the full SHA 7ecc527View commit details
Commits on May 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 59b5c17 - Browse repository at this point
Copy the full SHA 59b5c17View commit details
Commits on May 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for df54041 - Browse repository at this point
Copy the full SHA df54041View commit details
Commits on May 11, 2017
-
Merge pull request #283 from colinmollenhour/dev
Fix default value for 'attribute_set_id'.
Configuration menu - View commit details
-
Copy full SHA for 35c08fb - Browse repository at this point
Copy the full SHA 35c08fbView commit details
Commits on Dec 17, 2018
-
Merge pull request #276 from schmengler/bugfix/php7compat
Integrate PHP 7 compatibility patch from Inchoo_PHP7 into EcomDev_PHP…
Configuration menu - View commit details
-
Copy full SHA for a8116f2 - Browse repository at this point
Copy the full SHA a8116f2View commit details
Commits on Nov 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bd99f65 - Browse repository at this point
Copy the full SHA bd99f65View commit details