File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM composer:${COMPOSER_VERSION}
5
5
FROM php:${PHP_VERSION}-cli
6
6
7
7
RUN apt-get update && \
8
- apt-get install -y autoconf pkg-config libssl-dev git libzip-dev zlib1g-dev && \
8
+ apt-get install -y autoconf pkg-config libssl-dev git libzip-dev zlib1g-dev unzip && \
9
9
pecl install mongodb && docker-php-ext-enable mongodb && \
10
10
pecl install xdebug && docker-php-ext-enable xdebug && \
11
11
docker-php-ext-install -j$(nproc) pdo_mysql zip
Original file line number Diff line number Diff line change 42
42
<directory >tests/ValidationTest.php</directory >
43
43
</testsuite >
44
44
</testsuites >
45
+ <filter >
46
+ <whitelist processUncoveredFilesFromWhitelist =" true" >
47
+ <directory suffix =" .php" >src</directory >
48
+ </whitelist >
49
+ </filter >
45
50
</phpunit >
You can’t perform that action at this time.
0 commit comments