diff --git a/tests/src/PHPCodeSniffer/FinderTest.php b/tests/src/Unit/PHPCodeSniffer/FinderTest.php
similarity index 96%
rename from tests/src/PHPCodeSniffer/FinderTest.php
rename to tests/src/Unit/PHPCodeSniffer/FinderTest.php
index 14d9d37653e2c8cba2a8fbec74346a3119021958..7afaefbbda4fffb373677e1cfa234775a3a0fa38 100644
--- a/tests/src/PHPCodeSniffer/FinderTest.php
+++ b/tests/src/Unit/PHPCodeSniffer/FinderTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\PHPCodeSniffer\Standard;
+namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Unit\PHPCodeSniffer\Standard;
 
 /*
  * Copyright (C) 2017  Daniel Hürtgen <daniel@higidi.de>
diff --git a/tests/src/PHPCodeSniffer/Standard/FactoryTest.php b/tests/src/Unit/PHPCodeSniffer/Standard/FactoryTest.php
similarity index 95%
rename from tests/src/PHPCodeSniffer/Standard/FactoryTest.php
rename to tests/src/Unit/PHPCodeSniffer/Standard/FactoryTest.php
index e3397c3be7a19c944c75f2e882baeaab2461786a..777c7a5e5fc7933bb8086345071067b3566364d3 100644
--- a/tests/src/PHPCodeSniffer/Standard/FactoryTest.php
+++ b/tests/src/Unit/PHPCodeSniffer/Standard/FactoryTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\PHPCodeSniffer\Standard;
+namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Unit\PHPCodeSniffer\Standard;
 
 /*
  * Copyright (C) 2017  Daniel Hürtgen <daniel@higidi.de>
diff --git a/tests/src/PHPCodeSniffer/Standard/StandardTest.php b/tests/src/Unit/PHPCodeSniffer/Standard/StandardTest.php
similarity index 96%
rename from tests/src/PHPCodeSniffer/Standard/StandardTest.php
rename to tests/src/Unit/PHPCodeSniffer/Standard/StandardTest.php
index 1398284a4b88c6201380b7b1486af5ed88b5d4f4..6ab38a79d10646df280c8afc36365ab9a61304de 100644
--- a/tests/src/PHPCodeSniffer/Standard/StandardTest.php
+++ b/tests/src/Unit/PHPCodeSniffer/Standard/StandardTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\PHPCodeSniffer\Standard;
+namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Unit\PHPCodeSniffer\Standard;
 
 /*
  * Copyright (C) 2017  Daniel Hürtgen <daniel@higidi.de>
diff --git a/tests/src/PHPCodeSniffer/StandardsFactoryTest.php b/tests/src/Unit/PHPCodeSniffer/StandardsFactoryTest.php
similarity index 97%
rename from tests/src/PHPCodeSniffer/StandardsFactoryTest.php
rename to tests/src/Unit/PHPCodeSniffer/StandardsFactoryTest.php
index c1dbf2cb720bfd92c9054a9e645d29d64abdab44..3204c151d18fea715948f7d79971f825aebc0626 100644
--- a/tests/src/PHPCodeSniffer/StandardsFactoryTest.php
+++ b/tests/src/Unit/PHPCodeSniffer/StandardsFactoryTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\PHPCodeSniffer;
+namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Unit\PHPCodeSniffer;
 
 /*
  * Copyright (C) 2017  Daniel Hürtgen <daniel@higidi.de>
diff --git a/tests/src/Symfony/Finder/FactoryTest.php b/tests/src/Unit/Symfony/Finder/FactoryTest.php
similarity index 94%
rename from tests/src/Symfony/Finder/FactoryTest.php
rename to tests/src/Unit/Symfony/Finder/FactoryTest.php
index dc4dd15b4a62e69d2ed083475cbd7b7a0ae3e1e4..c7c89727a1fd0a507815aab6cecf77f461ef81b5 100644
--- a/tests/src/Symfony/Finder/FactoryTest.php
+++ b/tests/src/Unit/Symfony/Finder/FactoryTest.php
@@ -1,6 +1,6 @@
 <?php
 
-namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Symfony\Finder;
+namespace Higidi\ComposerPhpCSStandardsPlugin\Tests\Unit\Symfony\Finder;
 
 /*
  * Copyright (C) 2017  Daniel Hürtgen <daniel@higidi.de>