Skip to content

Commit

Permalink
pkp/pkp-lib#10306 removed deprecated setProxyTarget method usage
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Nov 15, 2024
1 parent c769d7e commit 02b35b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/classes/monograph/SubmissionFileDAOTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public function testSubmissionFileCrud()
$submissionDao->update($submission);

$submissionDao = $this->getMockBuilder(\APP\submission\DAO::class)
->setProxyTarget(Repo::submission()->dao)
->disableOriginalConstructor()
->onlyMethods(['get'])
->getMock();
Expand Down

0 comments on commit 02b35b4

Please sign in to comment.