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

Conversation

p-makowski
Copy link

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

IvanChepurnyi and others added 4 commits October 24, 2014 02:58
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
@IvanChepurnyi IvanChepurnyi added this to the 1.4.0 milestone Feb 6, 2015
@IvanChepurnyi
Copy link
Member

Going to work on this improvement for next version

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants