Skip to content

Commit d1c5747

Browse files
committed
Removed task table from seeder
1 parent ea68b61 commit d1c5747

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

tests/_support/Database/Seeds/CITestSeeder.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@ public function run(): void
6060
'description' => 'Only Coldplay can actually called Musician',
6161
],
6262
],
63-
'task' => [
64-
[
65-
'name' => 'Grocery',
66-
'description' => 'Go to the grocery store and buy some food',
67-
'priority' => '1',
68-
],
69-
[
70-
'name' => 'Write Tests',
71-
'description' => 'Write tests for the application',
72-
'priority' => '2',
73-
],
74-
[
75-
'name' => 'Fix Bug',
76-
'description' => 'Fix the bug and report to the manager',
77-
'priority' => '3',
78-
],
79-
],
8063
'misc' => [
8164
[
8265
'key' => '\\xxxfoo456',

0 commit comments

Comments
 (0)