mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
51963ab8fc
commit
d1cfe203c4
1 changed files with 1 additions and 1 deletions
|
@ -1368,7 +1368,7 @@ class HashTest extends CakeTestCase {
|
||||||
public function testSortLocale() {
|
public function testSortLocale() {
|
||||||
// get the current locale
|
// get the current locale
|
||||||
$oldLocale = setlocale(LC_COLLATE, '0');
|
$oldLocale = setlocale(LC_COLLATE, '0');
|
||||||
|
|
||||||
$updated = setlocale(LC_COLLATE, 'de_DE.utf8');
|
$updated = setlocale(LC_COLLATE, 'de_DE.utf8');
|
||||||
$this->skipIf($updated === false, 'Could not set locale to de_DE.utf8, skipping test.');
|
$this->skipIf($updated === false, 'Could not set locale to de_DE.utf8, skipping test.');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue