Skip to content

Commit

Permalink
strtolower(): Passing null to parameter #1 ($string) of type string i…
Browse files Browse the repository at this point in the history
…s deprecated
  • Loading branch information
escopecz committed Jun 9, 2023
1 parent 4d309ae commit 1d76fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/bundles/FormBundle/Tests/Model/SubmissionModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ protected function setUp(): void
$this->contactTracker = $this->createMock(ContactTracker::class);
$this->contactMerger = $this->createMock(ContactMerger::class);

$this->fieldHelper->method('getFieldFilter')->willReturn('string');

$this->submissionModel = new SubmissionModel(
$this->ipLookupHelper,
$this->twigMock,
Expand Down

0 comments on commit 1d76fc9

Please sign in to comment.