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

GitHub actions phpunit on php 8.2 & Fix bug on php 8.2 #275

Merged
merged 3 commits into from
Nov 16, 2022

Commits on Nov 16, 2022

  1. Add phpunit-php82 job

    hungtrinh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ac3a3a5 View commit details
    Browse the repository at this point in the history
  2. PHP 8.2 fix bug. Deprecated: Using ${var} in strings is deprecated, u…

    …se {$var} instead
    
    Failling test case "Zend_Reflection_FileTest::testFileGetFunctionsReturnsFunctions"
    hungtrinh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9d2ed51 View commit details
    Browse the repository at this point in the history
  3. PHPUnit fix bug: 'Undefined array key 1' with test case base on use s…

    …etlocale(LC_ALL, 0) return unexpected string format.
    
    Expected string format like that: setlocale(LC_ALL, 0) === 'LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;...'
    
    Actual string format on apline container: setlocale(LC_ALL, 0) === 'C.UTF-8;C;C;C;C;C'
    missing part '=Something'
    hungtrinh committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a919093 View commit details
    Browse the repository at this point in the history