mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 10:05:43 +03:00
Update to PHPUnit 9 for PHP 8 compatibility
This commit is contained in:
parent
3f96573795
commit
87979f588f
3 changed files with 1143 additions and 412 deletions
|
@ -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();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue