fixes for 1.15 (#2704)

This commit is contained in:
Kevin Papst
2021-08-08 12:38:19 +02:00
committed by GitHub
parent b2d3272151
commit c063aed867
19 changed files with 203 additions and 193 deletions

View File

@@ -119,8 +119,8 @@ final class ActivityFixtures implements TestFixture
$activity = new Activity();
$activity
->setProject($project)
->setName($faker->bs . ($visible ? '' : ' (x)'))
->setComment($faker->text)
->setName($faker->company() . ($visible ? '' : ' (x)'))
->setComment($faker->text())
->setVisible($visible)
;