Commit 866f9a08 authored by Artem Baranovskyi's avatar Artem Baranovskyi
Browse files

Small PHPunit setting fix.

parent 67087bbd
...@@ -50,8 +50,7 @@ docker-compose exec moodle php ${MOODLE_BASE_DIR}/admin/cli/install.php \ ...@@ -50,8 +50,7 @@ docker-compose exec moodle php ${MOODLE_BASE_DIR}/admin/cli/install.php \
# Locale setting inside the Docker container # Locale setting inside the Docker container
docker-compose exec -u root moodle bash -c "apt-get update && apt-get install -y locales && \ docker-compose exec -u root moodle bash -c "apt-get update && apt-get install -y locales && \
echo 'en_AU.UTF-8 UTF-8' >> /etc/locale.gen && \ echo 'en_AU.UTF-8 UTF-8' >> /etc/locale.gen && \
locale-gen && \ locale-gen"
update-locale"
# Composer installation to run phpunit tests # Composer installation to run phpunit tests
docker-compose exec moodle bash -c " docker-compose exec moodle bash -c "
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment