From 779686a5741d6072398d1535cd2f9f412312066b Mon Sep 17 00:00:00 2001 From: Paul Isaris Date: Wed, 20 Nov 2024 13:49:07 +0200 Subject: [PATCH] renamed class --- .../ProblemControllerTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Feature/Controllers/{CrowdSourcingProject/Problem/CrowdSourcingProjectProblemControllerTest.php => Problem/ProblemControllerTest.php} (98%) diff --git a/tests/Feature/Controllers/CrowdSourcingProject/Problem/CrowdSourcingProjectProblemControllerTest.php b/tests/Feature/Controllers/Problem/ProblemControllerTest.php similarity index 98% rename from tests/Feature/Controllers/CrowdSourcingProject/Problem/CrowdSourcingProjectProblemControllerTest.php rename to tests/Feature/Controllers/Problem/ProblemControllerTest.php index 51b575fe..a000396e 100644 --- a/tests/Feature/Controllers/CrowdSourcingProject/Problem/CrowdSourcingProjectProblemControllerTest.php +++ b/tests/Feature/Controllers/Problem/ProblemControllerTest.php @@ -8,7 +8,7 @@ use Faker\Factory as Faker; use Tests\TestCase; -class CrowdSourcingProjectProblemControllerTest extends TestCase { +class ProblemControllerTest extends TestCase { /** * @test A guest cannot access the create page */