Skip to content

Conversation

@p-makowski
Copy link
Owner

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant