From cd01bdf5240f862c3bc3647b25816fb2daa51814 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 8 Dec 2023 16:47:57 -0300 Subject: [PATCH] Add LoginServiceCest unit test. --- tests/Unit/LoginServiceCest.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Unit/LoginServiceCest.php diff --git a/tests/Unit/LoginServiceCest.php b/tests/Unit/LoginServiceCest.php new file mode 100644 index 0000000..a1ab881 --- /dev/null +++ b/tests/Unit/LoginServiceCest.php @@ -0,0 +1,21 @@ +assertFalse($loginService->run($loginForm)); + } +}