mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Switch to de_DE
nl_NL doesn't seem to exist on the ci server.
This commit is contained in:
parent
001e89bf3f
commit
77fc8a9d33
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ class CakeNumberTest extends CakeTestCase {
|
|||
*/
|
||||
public function testReadableSizeLocalized() {
|
||||
$restore = setlocale(LC_NUMERIC, 0);
|
||||
setlocale(LC_NUMERIC, 'nl_NL');
|
||||
setlocale(LC_NUMERIC, 'de_DE');
|
||||
$result = $this->Number->toReadableSize(1321205);
|
||||
$this->assertEquals('1,26 MB', $result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue