From 773d27bb0e2390140e98f6d53ee6c3aab6f39eb7 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Thu, 21 Jun 2018 22:44:32 +0200 Subject: [PATCH] set default locale for tests (#171) --- phpunit.xml.dist | 1 + tests/.gitignore | 0 2 files changed, 1 insertion(+) delete mode 100644 tests/.gitignore diff --git a/phpunit.xml.dist b/phpunit.xml.dist index e2db60a8..2c34f7d3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -9,6 +9,7 @@ > + diff --git a/tests/.gitignore b/tests/.gitignore deleted file mode 100644 index e69de29b..00000000