File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 21
21
apt install -y libzip-dev unzip
22
22
pecl install xdebug
23
23
docker-php-ext-enable xdebug
24
+ cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
25
+ echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini
24
26
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
25
27
- name : PHPUnit
26
28
run : |
Original file line number Diff line number Diff line change 21
21
apt install -y libzip-dev unzip
22
22
pecl install xdebug
23
23
docker-php-ext-enable xdebug
24
+ cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
25
+ echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini
24
26
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
25
27
- name : PHPUnit
26
28
run : |
Original file line number Diff line number Diff line change 21
21
apt install -y libzip-dev unzip
22
22
pecl install xdebug
23
23
docker-php-ext-enable xdebug
24
+ cp /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
25
+ echo 'xdebug.mode=coverage' >> /usr/local/etc/php/php.ini
24
26
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
25
27
- name : PHPUnit
26
28
run : |
You can’t perform that action at this time.
0 commit comments