[pear/Validate] 6be63f: Use PHPUnit 9

[email protected] ("Christian Weiske via pear-cvs") Tue, 21 Mar 2023 04:29:51 -0700
Newsgroups php.pear.cvs
Message-ID <pear/Validate/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/pear/Validate
  Commit: 6be63f3df486ee3aed747d25300ade82685d2315
      https://github.com/pear/Validate/commit/6be63f3df486ee3aed747d25300ade82685d2315
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M .gitignore
    M composer.json
    A phpunit.xml.dist

  Log Message:
  -----------
  Use PHPUnit 9


  Commit: 37ab9a7be08515efb920dd6583e82d5cf47122dc
      https://github.com/pear/Validate/commit/37ab9a7be08515efb920dd6583e82d5cf47122dc
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M tests/rfc822nok.phpt
    M tests/rfc822ok.phpt

  Log Message:
  -----------
  Fix tests on PHPUnit 9

I have no idea why the redirection was ever needed.
It does not work with PHPUnit 9


  Commit: 38dde6fb2f407909c27d183dc35b579826591b2c
      https://github.com/pear/Validate/commit/38dde6fb2f407909c27d183dc35b579826591b2c
  Author: Christian Weiske <[email protected]>
  Date:   2023-03-21 (Tue, 21 Mar 2023)

  Changed paths:
    M Validate.php

  Log Message:
  -----------
  Fix warning with PHP 8.2 with strtr() usage

> Deprecated: strtr(): Passing null to parameter #2 ($from) of type array|string
> is deprecated in vendor/pear/validate/Validate.php on line 254


Compare: https://github.com/pear/Validate/compare/157d3f69c1fa...38dde6fb2f40