Skip to content

Commit 0c8b7c8

Browse files
author
dmitriy
committed
code review
1 parent 3d3d1a1 commit 0c8b7c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ COPY ./docker/$BUILD_ARGUMENT_ENV/www.conf /usr/local/etc/php-fpm.d/www.conf
5757
COPY ./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/
6161
COPY ./docker/dev/xdebug.ini /tmp/
6262
RUN chmod u+x /tmp/do_we_need_xdebug.sh && /tmp/do_we_need_xdebug.sh
6363

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"

0 commit comments

Comments
 (0)