Skip to content

Commit 613c469

Browse files
committed
Add zip test
1 parent 7da7be2 commit 613c469

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ RUN \
208208
docker-cli \
209209
libgomp \
210210
git \
211+
zip \
211212
&& docker-php-ext-install sockets pdo_mysql pdo_pgsql intl \
212213
&& apk del .deps \
213214
&& rm -rf /var/cache/apk/*

tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,8 @@ commandTests:
7676
args: ["-r", 'print(\Normalizer::FORM_D);']
7777
expectedOutput:
7878
- "4"
79+
- name: 'ZIP'
80+
command: "zip"
81+
args: ["--help"]
82+
expectedOutput:
83+
- "Zip 3.0 (July 5th 2008)"

0 commit comments

Comments
 (0)