fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-22 23:39:43 +00:00
parent e022663e71
commit cfd3f470ab

View File

@ -36,6 +36,11 @@ class Amount
public ?\DateTime $date = null;
/**
* Constructor.
*
* @since 1.0.0
*/
public function __construct()
{
$this->amount = new FloatInt();