Skip to content

Commit

Permalink
Fix PHPCS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 30, 2016
1 parent 51963ab commit d1cfe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/HashTest.php
Expand Up @@ -1368,7 +1368,7 @@ public function testSortNaturalFallbackToRegular() {
public function testSortLocale() {
// get the current locale
$oldLocale = setlocale(LC_COLLATE, '0');

$updated = setlocale(LC_COLLATE, 'de_DE.utf8');
$this->skipIf($updated === false, 'Could not set locale to de_DE.utf8, skipping test.');

Expand Down

0 comments on commit d1cfe20

Please sign in to comment.