Skip to content

Commit

Permalink
Tests for Date null (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgannilsson committed Feb 2, 2024
1 parent 534ba85 commit 0653eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/unit/FactoryOperatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ public function testDate() {
$preview = $date->generateResultPreview($resultArray);
$this->assertIsArray($preview);

$result = $date->process('');
$this->assertNull($result);
}

public function testGallery() {
Expand Down

0 comments on commit 0653eb1

Please sign in to comment.