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:
14
src/Story/DefaultUsersStory.php
Normal file
14
src/Story/DefaultUsersStory.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Story;
|
||||
|
||||
use App\Factory\UserFactory;
|
||||
use Zenstruck\Foundry\Story;
|
||||
|
||||
final class DefaultUsersStory extends Story
|
||||
{
|
||||
public function build(): void
|
||||
{
|
||||
UserFactory::createMany(3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user