From e1f78da35158499c67b9a6585a9199a82d18927b Mon Sep 17 00:00:00 2001 From: Derick Alangi Date: Fri, 23 Feb 2024 15:54:02 +0300 Subject: [PATCH] Fix wrong namespacing of integration test using \Unit\ Change-Id: Idcafe1dd97951db41b78c2a1c54d8519ae8802b7 --- tests/phpunit/integration/Hooks/CheckUserHandlerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/integration/Hooks/CheckUserHandlerTest.php b/tests/phpunit/integration/Hooks/CheckUserHandlerTest.php index aab3339ab..f6ffff081 100644 --- a/tests/phpunit/integration/Hooks/CheckUserHandlerTest.php +++ b/tests/phpunit/integration/Hooks/CheckUserHandlerTest.php @@ -1,6 +1,6 @@