From c94ef26617fcbb419cfa370ca1cd808b0f53eba9 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 19 Aug 2021 20:17:56 +0100 Subject: [PATCH] [TESTS] Fix namespace on Controller Security test --- tests/Controller/SecurityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Controller/SecurityTest.php b/tests/Controller/SecurityTest.php index fcf9e148df..051e032f3f 100644 --- a/tests/Controller/SecurityTest.php +++ b/tests/Controller/SecurityTest.php @@ -19,7 +19,7 @@ // }}} -namespace App\Tests\Core; +namespace App\Tests\Controller; use App\Util\GNUsocialTestCase;