mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-15 07:08:40 +00:00
fix tests
This commit is contained in:
parent
f2f98b33db
commit
19131afd38
|
|
@ -39,6 +39,7 @@ final class ProjectMapperTest extends \PHPUnit\Framework\TestCase
|
||||||
$project->createdBy = new NullAccount(1);
|
$project->createdBy = new NullAccount(1);
|
||||||
$project->start = new \DateTime('2000-05-05');
|
$project->start = new \DateTime('2000-05-05');
|
||||||
$project->end = new \DateTime('2005-05-05');
|
$project->end = new \DateTime('2005-05-05');
|
||||||
|
$project->unit = 1;
|
||||||
|
|
||||||
$money = new FloatInt();
|
$money = new FloatInt();
|
||||||
$money->setString('1.23');
|
$money->setString('1.23');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user