Update dependencies, and fix some tests
This commit is contained in:
parent
a48a7eab3a
commit
9e3cc19098
6 changed files with 4352 additions and 1060 deletions
|
@ -96,6 +96,7 @@ class SendWebMentionJobTest extends TestCase
|
|||
|
||||
$note = new Note();
|
||||
$note->note = 'Hi [Aaron](https://aaronparecki.com)';
|
||||
$note->save();
|
||||
$job = new SendWebMentions($note);
|
||||
$this->assertNull($job->handle());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue