Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | public function run(): void |
||
15 | { |
||
16 | // UserFactory::new(10)->create(); |
||
17 | |||
18 | UserFactory::new()->create([ |
||
19 | 'name' => 'Test User', |
||
20 | 'email' => '[email protected]', |
||
21 | ]); |
||
24 |