From 77e611cf2cf32a20731c7e8111334ad9a9efbc0e Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Fri, 6 Oct 2023 16:50:27 +0200 Subject: [PATCH] fix testcase --- tests/test-class-inbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-class-inbox.php b/tests/test-class-inbox.php index 0c7a7fe..5a25c4e 100644 --- a/tests/test-class-inbox.php +++ b/tests/test-class-inbox.php @@ -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;