Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[Icu] Fixed IcuTestCase to set a common locale for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Oct 4, 2013
1 parent d379a21 commit 98e197d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/IcuTestCase.php
Expand Up @@ -32,5 +32,7 @@ protected function setUp()
if (IcuVersion::compare(Intl::getIcuVersion(), '4.4', '<', $precision = 1)) {
$this->markTestSkipped('Please change your ICU version to 4.4 or higher');
}

\Locale::setDefault('en');
}
}

0 comments on commit 98e197d

Please sign in to comment.