woocommerce/tests/php
Nestor Soriano 042e2cd0bb Fixes in the dependency injection engine for PHP 8 compatibility
- One dummy class used for tests had a 'final private' method, this
  is not allowed in PHP 8 and so the method is now just 'private'.

- The AbstractServiceProvider class was using
  ReflectionParameter::getClass. This is deprecated in PHP8 and thus
  that usage has been replaced with an utility method that uses
  the recommended replacement.
2020-10-16 11:31:26 +02:00
..
includes Add unit tests. 2020-09-25 19:41:20 +05:30
src Fixes in the dependency injection engine for PHP 8 compatibility 2020-10-16 11:31:26 +02:00