diff --git a/app/tests/Controller/User/RegisterUserActionTest.php b/app/tests/Controller/User/RegisterUserActionTest.php index 18c5db3..cafd73b 100644 --- a/app/tests/Controller/User/RegisterUserActionTest.php +++ b/app/tests/Controller/User/RegisterUserActionTest.php @@ -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();