Update to PHPUnit 9 for PHP 8 compatibility

This commit is contained in:
Ian Dunn 2022-07-19 09:33:34 -07:00
parent 3f96573795
commit 87979f588f
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
3 changed files with 1143 additions and 412 deletions

View file

@ -52,7 +52,7 @@ class Test_Auth extends WP_UnitTestCase {
/**
* Setup fixtures that are unique for each test.
*/
public function setUp() {
protected function setUp() : void {
parent::setUp();
/*