Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Add Docker files and documentation #840

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jmleroux
Copy link

I didn't have PHP 7.2 on my machine and had to use Docker to run unit tests

Comment on lines +302 to +304
if (!$foundCommaLocale) {
$this->markTestSkipped('No locale with comma decimal separator');
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can happen on system without comma separator

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
libzip-dev \
locales \
locales-all \
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add locales for comma separator tests

@jmleroux jmleroux mentioned this pull request Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant