Add a setup for each test.

This commit is contained in:
Dave Smith-Hayes 2024-06-15 23:10:49 -04:00
parent 61081ac65c
commit d25cdd7b1e

View File

@ -43,6 +43,15 @@ class RegisterUserActionTest extends TestCase
]); ]);
} }
/**
* Set up the Application, the DI Container, and the Repository mock
*/
protected function setUp(): void
{
}
public function testSuccessfulRegistration(): void public function testSuccessfulRegistration(): void
{ {
$user = $this->getUser(); $user = $this->getUser();