We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea68b61 commit d1c5747Copy full SHA for d1c5747
1 file changed
tests/_support/Database/Seeds/CITestSeeder.php
@@ -60,23 +60,6 @@ public function run(): void
60
'description' => 'Only Coldplay can actually called Musician',
61
],
62
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
80
'misc' => [
81
[
82
'key' => '\\xxxfoo456',
0 commit comments