Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed assertions on php-7.3 and php-7.4 versions #36

Open
peter279k opened this issue Apr 4, 2020 · 0 comments
Open

Failed assertions on php-7.3 and php-7.4 versions #36

peter279k opened this issue Apr 4, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@peter279k
Copy link

When executing PHPUnit tests on php-7.3 and php-7.4 versions, it will output following error messages:

1) Str\StrTest::testModifiers
Failed asserting that Str\Str Object &0000000065f8b35f00000000357bdec6 (
    's' => 'önneki̇ş'
) matches expected 'önnekiş'.

When fixing this assertion, executing this PHPUnit tests again, it will be passed on php-7.3 and php-7.4 versions, but it will be failed on php-7.1 and php-7.2 versions.

And the failure message is as follows:

1) Str\StrTest::testModifiers
Failed asserting that Str\Str Object &0000000001d924ba000000003a686fd1 (
    's' => 'önnekiş'
) matches expected 'önneki̇ş'.

I think this problem is about internal mb_string extension and it's hard to be resolved.

@fe3dback, what do you think about this?

@fe3dback fe3dback added the help wanted Extra attention is needed label Mar 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants