From 93af191faf1a8aacd3971b7ce766d4e661823491 Mon Sep 17 00:00:00 2001 From: sasanzare Date: Tue, 10 Jun 2025 11:22:05 +0330 Subject: [PATCH] Fix PSR-4 autoloading for StatsControllerTest Moved Tests\Feature\StatsControllerTest to Tests\Feature\User\StatsControllerTest to comply with PSR-4 standards. Updated composer autoload and verified tests pass. --- tests/Feature/{ => User}/StatsControllerTest.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/Feature/{ => User}/StatsControllerTest.php (100%) diff --git a/tests/Feature/StatsControllerTest.php b/tests/Feature/User/StatsControllerTest.php similarity index 100% rename from tests/Feature/StatsControllerTest.php rename to tests/Feature/User/StatsControllerTest.php