Closed
Description
Preconditions (*)
Magento Version: 2.3.2
Steps to reproduce (*)
./bin/magento dev:test:run unit
Expected result (*)
No PHP Warnings
Actual result (*)
several:
Warning: Use of undefined constant GLOB_BRACE - assumed 'GLOB_BRACE' (this will throw an Error in a future version of PHP) in /var/www/html/src/vendor/allure-framework/allure-phpunit/src/Yandex/Allure/Adapter/AllureAdapter.php:74.
Related Informations
Problem is, GLOB_BRACE is not available in alle Unix Systems.
For example the often in Docker context used "Alpine"
docker-library/php#719
There is an (not merged) upstream PullRequest available in allure-framework/allure-phpunit#44
But I did not check yet, if this is the proper solution.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done