File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ COPY ./docker/$BUILD_ARGUMENT_ENV/www.conf /usr/local/etc/php-fpm.d/www.conf
5757COPY ./docker/$BUILD_ARGUMENT_ENV/php.ini /usr/local/etc/php/php.ini
5858
5959# install Xdebug in case dev/test environment
60- COPY docker/general/do_we_need_xdebug.sh /tmp/
60+ COPY ./ docker/general/do_we_need_xdebug.sh /tmp/
6161COPY ./docker/dev/xdebug.ini /tmp/
6262RUN chmod u+x /tmp/do_we_need_xdebug.sh && /tmp/do_we_need_xdebug.sh
6363
Original file line number Diff line number Diff line change 22
33<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.0 /phpunit.xsd"
5+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.1 /phpunit.xsd"
66 backupGlobals =" false"
77 backupStaticAttributes =" false"
88 bootstrap =" tests/bootstrap.php"
You can’t perform that action at this time.
0 commit comments