We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c57300 commit e10e8fcCopy full SHA for e10e8fc
lib/Cake/Test/Case/Utility/ValidationTest.php
@@ -1662,7 +1662,7 @@ public function testDecimalCustomRegex() {
1662
public function testDecimalLocaleSet() {
1663
$this->skipIf(DS === '\\', 'The locale is not supported in Windows and affects other tests.');
1664
$restore = setlocale(LC_NUMERIC, 0);
1665
- $this->skipIf(setlocale(LC_NUMERIC, 'de_DE') === false, "The German locale isn't available.");
+ $this->skipIf(setlocale(LC_NUMERIC, 'da_DK') === false, "The Danish locale isn't available.");
1666
1667
$this->assertTrue(Validation::decimal(1.54), '1.54 should be considered a valid float');
1668
$this->assertTrue(Validation::decimal('1.54'), '"1.54" should be considered a valid float');
0 commit comments