mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Backport skip
This commit is contained in:
parent
03df288e78
commit
ee319baec1
1 changed files with 3 additions and 3 deletions
|
@ -1368,9 +1368,9 @@ class HashTest extends CakeTestCase {
|
|||
public function testSortLocale() {
|
||||
// get the current locale
|
||||
$oldLocale = setlocale(LC_COLLATE, '0');
|
||||
|
||||
// the de_DE.utf8 locale must be installed on the system where the test is performed
|
||||
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.');
|
||||
|
||||
$items = array(
|
||||
array('Item' => array('entry' => 'Übergabe')),
|
||||
|
|
Loading…
Reference in a new issue