mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
test: add some KernelTestCase
This commit is contained in:
@@ -36,7 +36,7 @@ final class UserFactory extends PersistentObjectFactory
|
||||
protected function defaults(): array|callable
|
||||
{
|
||||
$createdAt = \DateTimeImmutable::createFromMutable(self::faker()->dateTime());
|
||||
$plainPassword = self::faker()->password(8, 20);
|
||||
$plainPassword = self::faker()->password(16, 20);
|
||||
|
||||
return [
|
||||
'createdAt' => $createdAt,
|
||||
|
||||
Reference in New Issue
Block a user