Fix some PHP 7.3 errors#12718
Conversation
|
Looks like only 3 errors left to undo the allow failure for php7.3 in travis matrix. |
Disable Lines 57 to 60 in d080e1d |
left |
|
It is not clear why there are tests that assert the results of PHP functions such as |
|
Looks pretty good to me. The multi byte class tests are a relic of how old 2.x is. Back when 2.x was started the mbstring extension was not commonly available. From what I remember the tests should be at least partially covering our code and not the just the php extension. |
|
Some tests like testMultibyteStrtoupper() that use Multibyte class cover CakePHP code. Some tests like testUsingMbStrtoupper() that use mbstring extension methods do not cover CakePHP code when this extension is installed. |
|
It seems there are some changes in mbstring in PHP 7.3 that affect these tests. |
No description provided.