Remove Twitter POSSE support

This commit is contained in:
Jonny Barnes 2023-04-08 11:54:24 +01:00
parent 52b1220068
commit 88e1246f8b
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
15 changed files with 1 additions and 365 deletions

View file

@ -68,7 +68,7 @@ class NotesControllerTest extends TestCase
}
/** @test */
public function unknownNoteGives404()
public function unknownNoteGives404(): void
{
$response = $this->get('/notes/112233');
$response->assertNotFound();