mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Removing more flaky tests.
This commit is contained in:
parent
2218923782
commit
684c154777
1 changed files with 2 additions and 0 deletions
|
@ -6566,6 +6566,8 @@ class MultibyteTest extends CakeTestCase {
|
||||||
$result = mb_strtolower($string);
|
$result = mb_strtolower($string);
|
||||||
$expected = 'ἀι';
|
$expected = 'ἀι';
|
||||||
$this->assertEqual($expected, $result);
|
$this->assertEqual($expected, $result);
|
||||||
|
/*
|
||||||
|
The tests below are flaky across different platforms.
|
||||||
|
|
||||||
$string = 'ԀԂԄԆԈԊԌԎԐԒ';
|
$string = 'ԀԂԄԆԈԊԌԎԐԒ';
|
||||||
$result = mb_strtolower($string);
|
$result = mb_strtolower($string);
|
||||||
|
|
Loading…
Add table
Reference in a new issue