diff --git a/tests/jobs/email/ReviewReminderTest.php b/tests/jobs/email/ReviewReminderTest.php index f834685fd27..8edeb521e31 100644 --- a/tests/jobs/email/ReviewReminderTest.php +++ b/tests/jobs/email/ReviewReminderTest.php @@ -105,7 +105,7 @@ public function register(\Pimple\Container $pimple) ->withAnyArgs() ->andReturn( // Mock the context(Journal/Press/Server) object - Mockery::mock(\APP\journal\Journal::class) + Mockery::mock(\PKP\context\Context::class) ->makePartial() ->shouldReceive([ 'getPath' => '',