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

@@ -246,7 +246,7 @@ final class TimesheetFixtures implements TestFixture
$manager->flush();
for ($i = 0; $i < $this->amount; $i++) {
$description = $faker->text;
$description = $faker->text();
if ($this->allowEmptyDescriptions) {
if ($i % 3 == 0) {
$description = null;
@@ -292,7 +292,7 @@ final class TimesheetFixtures implements TestFixture
$user,
$activity,
$project,
$faker->text,
$faker->text(),
$this->getDateTime($i),
$tags,
false