Skip to content

Commit

Permalink
Adjust test case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Oct 13, 2021
1 parent 0530dab commit ba1c730
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ public function testMapDataNull(): void
$example = new Example();
$unlocalizedDimensionContent = new ExampleDimensionContent($example);
$localizedDimensionContent = new ExampleDimensionContent($example);
$localizedDimensionContent->setAuthor(new Contact());
$localizedDimensionContent->setAuthored(new \DateTimeImmutable());

$this->contactFactory->create(Argument::cetera())
->shouldBeNotCalled();
Expand Down

0 comments on commit ba1c730

Please sign in to comment.