Skip to content

Commit 4e23de9

Browse files
authored
Removed copying of non-existing test files (yiisoft#19822)
Tests patches are now loaded via URL (yiisoft#18356).
1 parent b77caaa commit 4e23de9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ FROM ${DOCKER_YII2_PHP_IMAGE}
44
# Project source-code
55
WORKDIR /project
66
ADD composer.* /project/
7-
# Apply testing patches
8-
ADD tests/phpunit_mock_objects.patch /project/tests/phpunit_mock_objects.patch
9-
ADD tests/phpunit_getopt.patch /project/tests/phpunit_getopt.patch
10-
# Install packgaes
7+
# Install packages
118
RUN /usr/local/bin/composer install --prefer-dist
129
ADD ./ /project
1310
ENV PATH /project/vendor/bin:${PATH}

0 commit comments

Comments
 (0)