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
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use App\WebMention;
|
||||
use Illuminate\Database\Seeder;
|
||||
|
||||
class WebMentionsTableSeeder extends Seeder
|
||||
|
@ -11,7 +12,7 @@ class WebMentionsTableSeeder extends Seeder
|
|||
*/
|
||||
public function run()
|
||||
{
|
||||
$webmention = App\WebMention::create([
|
||||
$webmention = WebMention::create([
|
||||
'source' => 'https://aaornpk.localhost/reply/1',
|
||||
'target' => 'https://jonnybarnes.localhost/notes/D',
|
||||
'commentable_id' => '13',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue