Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Add PHP DS extension to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed May 26, 2018
1 parent eab79c9 commit 2cd16a7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/7.0-extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN set -x \
&& apk add --no-cache \
php7.0-apcu \
php7.0-cmark \
php7.0-ds \
php7.0-imagick \
php7.0-sodium \
php7.0-memcached \
Expand Down
1 change: 1 addition & 0 deletions tests/7.0-extensions/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ command:
- curl
- date
- dom
- ds
- exif
- fileinfo
- filter
Expand Down
1 change: 1 addition & 0 deletions tests/7.1-extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM phpearth/test:7.1-cli
RUN apk add --no-cache \
php7.1-apcu \
php7.1-cmark \
php7.1-ds \
php7.1-imagick \
php7.1-sodium \
php7.1-memcached \
Expand Down
1 change: 1 addition & 0 deletions tests/7.1-extensions/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ command:
- curl
- date
- dom
- ds
- exif
- fileinfo
- filter
Expand Down
1 change: 1 addition & 0 deletions tests/7.2-extensions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM phpearth/test:7.2-cli
RUN apk add --no-cache \
php7.2-apcu \
php7.2-cmark \
php7.2-ds \
php7.2-imagick \
php7.2-sodium \
php7.2-memcached \
Expand Down
1 change: 1 addition & 0 deletions tests/7.2-extensions/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ command:
- curl
- date
- dom
- ds
- exif
- fileinfo
- filter
Expand Down

0 comments on commit 2cd16a7

Please sign in to comment.