Skip to content

Commit

Permalink
update test setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
mslinnea committed Dec 13, 2024
1 parent 5b0ebc7 commit 14fb9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/query/author.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @group author
*/
class Tests_Query_Author extends WP_UnitTestCase {
function setup(): void {
public function setUp(): void {
parent::setUp();
$this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' );
}
Expand Down

0 comments on commit 14fb9b1

Please sign in to comment.