Skip to content

Commit

Permalink
DEP Use PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 9, 2024
1 parent 8e5b917 commit 8165bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/php/ElementFormControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function testElementFormSubmission()
public function testUserFormControllerInitIsCalled()
{
$userFormControllerMock = $this->getMockBuilder(UserDefinedFormController::class)
->setMethods(['doInit'])
->onlyMethods(['doInit'])
->getMock();

$userFormControllerMock->expects($this->once())->method('doInit');
Expand Down

0 comments on commit 8165bb4

Please sign in to comment.