Skip to content

Commit 381d9c5

Browse files
author
Igor Vitol
committed
Fix blackfire integration tests
1 parent 25b0cdb commit 381d9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Test/Integration/_files/custom_cloud_base/docker-compose.exp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797
image: 'magento/magento-cloud-docker-php:7.2-cli-1.2.0'
9898
env_file: ./.docker/config.env
9999
environment:
100-
- 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip xsl'
100+
- 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip blackfire xsl'
101101
build:
102102
hostname: build.magento2.test
103103
image: 'magento/magento-cloud-docker-php:7.2-cli-1.2.0'

src/Test/Integration/_files/custom_cloud_custom_images/docker-compose.exp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ services:
148148
image: 'php-v1:7.4-cli'
149149
env_file: ./.docker/config.env
150150
environment:
151-
- 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip xsl'
151+
- 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip blackfire xsl'
152152
build:
153153
hostname: build.magento2.test
154154
image: 'php-v1:7.4-cli'

0 commit comments

Comments
 (0)