Test the attachment controller.

This commit is contained in:
James Cole
2018-07-01 18:31:02 +02:00
parent 5676aeac80
commit 89910031cd
4 changed files with 323 additions and 10 deletions

View File

@@ -40,7 +40,7 @@ class AccountControllerTest extends TestCase
/**
*
*/
public function setUp()
public function setUp(): void
{
parent::setUp();
Passport::actingAs($this->user());