Skip to content

Commit

Permalink
Fixed lints error
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Dec 10, 2024
1 parent eb5a605 commit f3195dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Unit/inc/classes/ImagifyUser/getUserData.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class Test_GetUserData extends TestCase {
private $user;

protected function setUp(): void {
// Set up the User instance before each test
parent::setUp();

$this->user = Mockery::mock(User::class)->makePartial();
}

Expand Down

0 comments on commit f3195dd

Please sign in to comment.