- 05 Mar, 2014 2 commits
-
-
Lee Saferite authored
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.
-
Lee Saferite authored
-
- 24 Jan, 2014 2 commits
-
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
- 07 Nov, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 27 Oct, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 26 Oct, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 28 Sep, 2013 8 commits
-
-
Ivan Chepurnyi authored
don't complain about raw headers that are not name: value
-
Ivan Chepurnyi authored
Helper can not be mocked
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
Fixes for foreign key checks, arbitrary tables and disabled indexers
-
Colin Mollenhour authored
-
Colin Mollenhour authored
-
Colin Mollenhour authored
-
Colin Mollenhour authored
-
- 25 Sep, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 23 Sep, 2013 5 commits
-
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
-
Ivan Chepurnyi authored
Possibility to dispatch an URL
-
Ivan Chepurnyi authored
-
Mike Pretzlaw authored
-
- 22 Sep, 2013 1 commit
-
-
Ivan Chepurnyi authored
-
- 14 Sep, 2013 2 commits
-
-
Ivan Chepurnyi authored
Able to start sessions as guest for special methods
-
Mike Pretzlaw authored
-
- 13 Sep, 2013 1 commit
-
-
Mike Pretzlaw authored
-
- 12 Sep, 2013 1 commit
-
-
Ivan Chepurnyi authored
Bundle fixture loader
-
- 06 Aug, 2013 1 commit
-
-
Ivan Chepurnyi authored
Allow modules to be disabled from local.xml.phpunit
-
- 02 Aug, 2013 3 commits
-
-
Jim O'Halloran authored
-
Jim O'Halloran authored
-
Jim O'Halloran authored
Uses the following XML structure: <phpunit> <disable_modules> <Mynamespace_Mymodule/> </disable_modules> </phpunit>
-
- 31 Jul, 2013 3 commits
-
-
Ivan Chepurnyi authored
vfsStream now can even be used if autoload was configured from extern
-
Daniel Fahlke authored
-
Ivan Chepurnyi authored
Re-enable Attribute fixture loader
-
- 29 Jul, 2013 6 commits
-
-
Jonathan Day authored
-
Jonathan Day authored
Merge remote-tracking branch 'aligent/feature/attribute_fixture_loader' into feature/attribute_fixture_loader Conflicts: app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Attribute/Abstract.php
-
Jonathan Day authored
Conflicts: app/code/community/EcomDev/PHPUnit/Model/Mysql4/Fixture/Attribute/Abstract.php
-
Jonathan Day authored
enhancements to allow multiple test passes (e.g. with expectations). Nulls out the EAV config singleton after cleaning the attributes from the database. Also resets the autoincrement value on the tables and runs appropriate indexing
-
Jonathan Day authored
-
Jonathan Day authored
enhancements to allow multiple test passes (e.g. with expectations). Nulls out the EAV config singleton after cleaning the attributes from the database. Also resets the autoincrement value on the tables and runs appropriate indexing
-
- 22 Jul, 2013 1 commit
-
-
Jonathan Day authored
initial steps towards Bundle fixture loader. needs further work to allow pricing and other adjustments
-