Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix of "Internal classes cannot be mocked without invoking their constructor in PHP 5.4.29/5.5.13" unit tests failure on Travis CI #618

Closed
wants to merge 2 commits into from

Commits on Jul 17, 2014

  1. fix of "Internal classes cannot be mocked without invoking their cons…

    …tructor in PHP 5.4.29" unit tests failure on Travis CI
    orlangur committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    1053ffb View commit details
    Browse the repository at this point in the history
  2. fix of "Internal classes cannot be mocked without invoking their cons…

    …tructor in PHP 5.4.29" unit tests failure on Travis CI
    
    - fix issues appeared due to incomplete fix:
    -- Argument 1 passed to Magento\Backend\Model\Menu::__construct() must be an instance of Magento\Framework\Logger, none given
    -- DOMException: DOMElement::__construct() expects at least 1 parameter, 0 given
    orlangur committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    71f92f4 View commit details
    Browse the repository at this point in the history