Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix PHP 8.2 deprecation warnings (#165)
* Fix PHP 8.2 deprication warnings This fixes the following warnings: 8192: Creation of dynamic property WP_CLI\Tests\Context\FeatureContext::$result is deprecated in /wp-cli-tests/src/Context/WhenStepDefinitions.php line 39 8192: Creation of dynamic property WP_CLI\Tests\Context\FeatureContext::$email_sends is deprecated in /wp-cli-dev/wp-cli-tests/src/Context/WhenStepDefinitions.php line 40 Which cause behat tests to fail with PHP 8.2 * Add code comments for these variables --------- Co-authored-by: Daniel Bachhuber <daniel.bachhuber@automattic.com>
- Loading branch information