Update dependencies, and fix some tests

This commit is contained in:
Jonny Barnes 2020-10-10 19:44:17 +01:00
parent a48a7eab3a
commit 9e3cc19098
6 changed files with 4352 additions and 1060 deletions

View file

@ -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());
}