diff --git a/tests/functional/CapsuleControllerTest.php b/tests/functional/CapsuleControllerTest.php
index 4c311c88ed99aedbb4cb72a0b78651a5c0a7c18a..85fcf4f7e437cf23ff48534ceb0352ef5573956e 100644
--- a/tests/functional/CapsuleControllerTest.php
+++ b/tests/functional/CapsuleControllerTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace App\Tests\Controller;
+namespace App\Tests\functional;
 
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
 
diff --git a/tests/functional/LoginTest.php b/tests/functional/LoginTest.php
index c9ff2767141491d462794cdd8969aaeb074e6b89..a9b529ae182a91c414478a240149a9f19a34fbd0 100644
--- a/tests/functional/LoginTest.php
+++ b/tests/functional/LoginTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace App\Tests\Controller;
+namespace App\Tests\functional;
 
 use Symfony\Bundle\FrameworkBundle\KernelBrowser;
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;