Use mb_strlen instead of grapheme_strlen

Due to inconsistent behave, mb_strlen will be used.
This commit is contained in:
Daniel Ang
2021-08-29 12:55:37 +02:00
parent 851ce36010
commit 042f2ec3f3
3 changed files with 3 additions and 4 deletions

View File

@ -423,7 +423,6 @@
✓ it passes with ('Fortaleza')
✓ it passes with ('Sollefteå')
✓ it passes with ('Ιεράπετρα')
✓ it passes with ('PT-BR 🇵🇹🇧🇷😎')
✓ it passes with (stdClass Object (...))
✓ it passes with (Illuminate\Support\Collection Object (...))
✓ it passes with array
@ -677,5 +676,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 445 passed
Tests: 4 incompleted, 9 skipped, 444 passed