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

Bootstrap autoloader patch #237

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Oct 24, 2014

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

Commits on Oct 29, 2014

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

Commits on Oct 31, 2014

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

Commits on Jan 26, 2015

  1. [BUGFIX] Update bootstrap.php

    Autoloader implementations MUST NOT throw exceptions, MUST NOT raise errors of any level.
    
    Fixes errors like this:
    PHP Fatal error:  Uncaught exception 'Exception' with message 'Warning: include(PHPUnit/Extensions/Story/TestCase.php): failed to open stream: No such file or directory  in [..]/vendor/ecomdev/phpunit/app/code/community/EcomDev/PHPUnit/bootstrap.php on line 54' in [...]/htdocs/app/code/core/Mage/Core/functions.php:245
    p-makowski committed Jan 26, 2015
    Configuration menu
    Copy the full SHA
    085ebab View commit details
    Browse the repository at this point in the history