Skip to content

Commit 9b06c5b

Browse files
Initialize datetime value.
1 parent df8cb35 commit 9b06c5b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Business/Utility/Datetime.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
*/
1212
class Datetime extends PHPDateTime
1313
{
14+
/**
15+
* Used only in testing to fix the date for all tests.
16+
*/
1417
public static ?string $fixedDate = null;
1518

1619
public function __construct()

0 commit comments

Comments
 (0)