fixes on tests

This commit is contained in:
2021-12-08 10:56:39 +00:00
parent 56dd825f39
commit fa5001265f
26 changed files with 146 additions and 136 deletions

View File

@@ -36,7 +36,7 @@ class LoadAccompanyingPeriodOrigin extends AbstractFixture implements OrderedFix
public function load(ObjectManager $manager)
{
$o = new Origin();
$o->setLabel(json_encode($this->phoneCall));
$o->setLabel($this->phoneCall);
$manager->persist($o);