From f9eee331f91cffd45d5ea8e4b5f387b4e2f4773d Mon Sep 17 00:00:00 2001 From: Italo Israel Baeza Cabrera Date: Wed, 22 Feb 2023 01:57:15 -0300 Subject: [PATCH] Fixes PHPUnit config version. --- phpunit.xml | 50 ++++++++++++++++++++++---------------------------- 1 file changed, 22 insertions(+), 28 deletions(-) diff --git a/phpunit.xml b/phpunit.xml index 115d353..ab6fecc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,30 +1,24 @@ - - - - src/ - - - - - - - - tests - stubs/controllers/WebAuthnLoginController.php - stubs/controllers/WebAuthnRegisterController.php - - - - - - - - - - - + + + + src/ + + + + + + + + tests + stubs/controllers/WebAuthnLoginController.php + stubs/controllers/WebAuthnRegisterController.php + + + + + + + +