fixes for 1.15 (#2704)
This commit is contained in:
@@ -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)
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user