Skip to content

Commit

Permalink
BcCore/Service FixtureManager を FixtureFactory に変更する baserproject#2883
Browse files Browse the repository at this point in the history
  • Loading branch information
dovanhung committed Dec 8, 2023
1 parent a5cdd08 commit 75ff0d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/baser-core/tests/Factory/DblogFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ protected function setDefaultTemplate(): void
return [
'message' => $faker->text(50),
'user_id' => $faker->randomNumber(1, 100),
'controller' => $faker->text(50),
'action' => $faker->text(50),
'created' => FrozenTime::now(),
'modified' => FrozenTime::now()
];
Expand Down

0 comments on commit 75ff0d3

Please sign in to comment.