attempt to resolve backwards compatibility issues
This commit is contained in:
parent
a9a5b112b0
commit
22e0ddc134
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
<?php
|
||||
class Test_Inbox extends WP_UnitTestCase {
|
||||
#[\ReturnTypeWillChange]
|
||||
|
||||
var $post_permalink;
|
||||
var $user_url;
|
||||
|
||||
public function setUp(): void {
|
||||
public function setUp() {
|
||||
$authordata = \get_userdata( 1 );
|
||||
$this->user_url = $authordata->user_url;
|
||||
|
||||
|
|
Loading…
Reference in a new issue