Add a setup for each test.
This commit is contained in:
parent
61081ac65c
commit
d25cdd7b1e
@ -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
|
||||
{
|
||||
$user = $this->getUser();
|
||||
|
Loading…
Reference in New Issue
Block a user