[TESTS] Fix namespace on Controller Security test

This commit is contained in:
Hugo Sales 2021-08-19 20:17:56 +01:00
parent 56e5d5c4a0
commit c94ef26617
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// }}}
namespace App\Tests\Core;
namespace App\Tests\Controller;
use App\Util\GNUsocialTestCase;