fix testcase
This commit is contained in:
parent
e57932b099
commit
77e611cf2c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class Test_Inbox extends WP_UnitTestCase {
|
|||
public $post_permalink;
|
||||
public $user_url;
|
||||
|
||||
public function setUp() {
|
||||
public function set_up() {
|
||||
$authordata = \get_userdata( 1 );
|
||||
$this->user_url = $authordata->user_url;
|
||||
|
||||
|
|
Loading…
Reference in a new issue