You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please provide an update for this ticket?
I have found that the problem is xdebug 3.3.0 that has this problem but i can't change this version on docker image.
@willryan-stemcell we can't see this ticket because we are not on "watcher" list.
I'm not able to run PHPUnit when using the
magento/magento-cloud-docker-php:8.3-fpm-1.3.7
imageIt works fine with
magento/magento-cloud-docker-php:8.2-fpm-1.3.7
andmagento/magento-cloud-docker-php:8.2-fpm-1.3.6
Preconditions
Generate a Magento Cloud Docker docker-compose.yml file using this command:
./vendor/bin/ece-docker 'build:compose' --host='dev.local' --mode=developer --with-xdebug --os='2.12' --db='10.6' --php='8.3' --rmq='3.12' --redis='7.2'
Steps to reproduce
docker exec -it magento2_fpm_xdebug_1 bash
php -d xdebug.mode=coverage vendor/bin/phpunit --version
Expected result
PHPUnit version returned, for example:
PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
Actual result
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: