mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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);
|
||||
$expected = 'ἀι';
|
||||
$this->assertEqual($expected, $result);
|
||||
/*
|
||||
The tests below are flaky across different platforms.
|
||||
|
||||
$string = 'ԀԂԄԆԈԊԌԎԐԒ';
|
||||
$result = mb_strtolower($string);
|
||||
|
|
Loading…
Add table
Reference in a new issue