Better db seeding for other models, remove dusk tests till 5.5 and better chrome headless testing support is released
This commit is contained in:
parent
20d71513f3
commit
323191d82c
5 changed files with 8 additions and 9 deletions
|
@ -14,7 +14,7 @@ class ContactsTableSeeder extends Seeder
|
|||
{
|
||||
Contact::create([
|
||||
'nick' => 'tantek',
|
||||
'name' => 'Tanetk Çelik',
|
||||
'name' => 'Tantek Çelik',
|
||||
'homepage' => 'http://tantek.com',
|
||||
'twitter' => 't',
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue