diff --git a/tests/Core/File/FindEndOfStatementTest.inc b/tests/Core/Files/File/FindEndOfStatementTest.inc similarity index 100% rename from tests/Core/File/FindEndOfStatementTest.inc rename to tests/Core/Files/File/FindEndOfStatementTest.inc diff --git a/tests/Core/File/FindEndOfStatementTest.php b/tests/Core/Files/File/FindEndOfStatementTest.php similarity index 99% rename from tests/Core/File/FindEndOfStatementTest.php rename to tests/Core/Files/File/FindEndOfStatementTest.php index be8f458ae0..ba62360a3f 100644 --- a/tests/Core/File/FindEndOfStatementTest.php +++ b/tests/Core/Files/File/FindEndOfStatementTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; use PHP_CodeSniffer\Util\Tokens; diff --git a/tests/Core/File/FindExtendedClassNameTest.inc b/tests/Core/Files/File/FindExtendedClassNameTest.inc similarity index 100% rename from tests/Core/File/FindExtendedClassNameTest.inc rename to tests/Core/Files/File/FindExtendedClassNameTest.inc diff --git a/tests/Core/File/FindExtendedClassNameTest.php b/tests/Core/Files/File/FindExtendedClassNameTest.php similarity index 99% rename from tests/Core/File/FindExtendedClassNameTest.php rename to tests/Core/Files/File/FindExtendedClassNameTest.php index bb69f25680..327f486bf5 100644 --- a/tests/Core/File/FindExtendedClassNameTest.php +++ b/tests/Core/Files/File/FindExtendedClassNameTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/FindImplementedInterfaceNamesTest.inc b/tests/Core/Files/File/FindImplementedInterfaceNamesTest.inc similarity index 100% rename from tests/Core/File/FindImplementedInterfaceNamesTest.inc rename to tests/Core/Files/File/FindImplementedInterfaceNamesTest.inc diff --git a/tests/Core/File/FindImplementedInterfaceNamesTest.php b/tests/Core/Files/File/FindImplementedInterfaceNamesTest.php similarity index 99% rename from tests/Core/File/FindImplementedInterfaceNamesTest.php rename to tests/Core/Files/File/FindImplementedInterfaceNamesTest.php index c0540301b0..cb2081d8a5 100644 --- a/tests/Core/File/FindImplementedInterfaceNamesTest.php +++ b/tests/Core/Files/File/FindImplementedInterfaceNamesTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/FindStartOfStatementTest.inc b/tests/Core/Files/File/FindStartOfStatementTest.inc similarity index 100% rename from tests/Core/File/FindStartOfStatementTest.inc rename to tests/Core/Files/File/FindStartOfStatementTest.inc diff --git a/tests/Core/File/FindStartOfStatementTest.php b/tests/Core/Files/File/FindStartOfStatementTest.php similarity index 99% rename from tests/Core/File/FindStartOfStatementTest.php rename to tests/Core/Files/File/FindStartOfStatementTest.php index aa0646c6d4..3506cc137a 100644 --- a/tests/Core/File/FindStartOfStatementTest.php +++ b/tests/Core/Files/File/FindStartOfStatementTest.php @@ -9,7 +9,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; use PHP_CodeSniffer\Util\Tokens; diff --git a/tests/Core/File/GetClassPropertiesTest.inc b/tests/Core/Files/File/GetClassPropertiesTest.inc similarity index 100% rename from tests/Core/File/GetClassPropertiesTest.inc rename to tests/Core/Files/File/GetClassPropertiesTest.inc diff --git a/tests/Core/File/GetClassPropertiesTest.php b/tests/Core/Files/File/GetClassPropertiesTest.php similarity index 99% rename from tests/Core/File/GetClassPropertiesTest.php rename to tests/Core/Files/File/GetClassPropertiesTest.php index 4841b50b6b..5e3156b11a 100644 --- a/tests/Core/File/GetClassPropertiesTest.php +++ b/tests/Core/Files/File/GetClassPropertiesTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetConditionTest.inc b/tests/Core/Files/File/GetConditionTest.inc similarity index 100% rename from tests/Core/File/GetConditionTest.inc rename to tests/Core/Files/File/GetConditionTest.inc diff --git a/tests/Core/File/GetConditionTest.php b/tests/Core/Files/File/GetConditionTest.php similarity index 99% rename from tests/Core/File/GetConditionTest.php rename to tests/Core/Files/File/GetConditionTest.php index 656bd64bb7..9d6eecc620 100644 --- a/tests/Core/File/GetConditionTest.php +++ b/tests/Core/Files/File/GetConditionTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; use PHP_CodeSniffer\Util\Tokens; diff --git a/tests/Core/File/GetDeclarationNameJSTest.js b/tests/Core/Files/File/GetDeclarationNameJSTest.js similarity index 100% rename from tests/Core/File/GetDeclarationNameJSTest.js rename to tests/Core/Files/File/GetDeclarationNameJSTest.js diff --git a/tests/Core/File/GetDeclarationNameJSTest.php b/tests/Core/Files/File/GetDeclarationNameJSTest.php similarity index 98% rename from tests/Core/File/GetDeclarationNameJSTest.php rename to tests/Core/Files/File/GetDeclarationNameJSTest.php index af3fe56d2d..5bdb56e299 100644 --- a/tests/Core/File/GetDeclarationNameJSTest.php +++ b/tests/Core/Files/File/GetDeclarationNameJSTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetDeclarationNameParseError1Test.inc b/tests/Core/Files/File/GetDeclarationNameParseError1Test.inc similarity index 100% rename from tests/Core/File/GetDeclarationNameParseError1Test.inc rename to tests/Core/Files/File/GetDeclarationNameParseError1Test.inc diff --git a/tests/Core/File/GetDeclarationNameParseError1Test.php b/tests/Core/Files/File/GetDeclarationNameParseError1Test.php similarity index 95% rename from tests/Core/File/GetDeclarationNameParseError1Test.php rename to tests/Core/Files/File/GetDeclarationNameParseError1Test.php index f684cebb54..73863aebb0 100644 --- a/tests/Core/File/GetDeclarationNameParseError1Test.php +++ b/tests/Core/Files/File/GetDeclarationNameParseError1Test.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetDeclarationNameParseError2Test.inc b/tests/Core/Files/File/GetDeclarationNameParseError2Test.inc similarity index 100% rename from tests/Core/File/GetDeclarationNameParseError2Test.inc rename to tests/Core/Files/File/GetDeclarationNameParseError2Test.inc diff --git a/tests/Core/File/GetDeclarationNameParseError2Test.php b/tests/Core/Files/File/GetDeclarationNameParseError2Test.php similarity index 95% rename from tests/Core/File/GetDeclarationNameParseError2Test.php rename to tests/Core/Files/File/GetDeclarationNameParseError2Test.php index 6c48349c4b..41b1f373c4 100644 --- a/tests/Core/File/GetDeclarationNameParseError2Test.php +++ b/tests/Core/Files/File/GetDeclarationNameParseError2Test.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetDeclarationNameTest.inc b/tests/Core/Files/File/GetDeclarationNameTest.inc similarity index 100% rename from tests/Core/File/GetDeclarationNameTest.inc rename to tests/Core/Files/File/GetDeclarationNameTest.inc diff --git a/tests/Core/File/GetDeclarationNameTest.php b/tests/Core/Files/File/GetDeclarationNameTest.php similarity index 99% rename from tests/Core/File/GetDeclarationNameTest.php rename to tests/Core/Files/File/GetDeclarationNameTest.php index eb665681be..6da1544f79 100644 --- a/tests/Core/File/GetDeclarationNameTest.php +++ b/tests/Core/Files/File/GetDeclarationNameTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetMemberPropertiesTest.inc b/tests/Core/Files/File/GetMemberPropertiesTest.inc similarity index 100% rename from tests/Core/File/GetMemberPropertiesTest.inc rename to tests/Core/Files/File/GetMemberPropertiesTest.inc diff --git a/tests/Core/File/GetMemberPropertiesTest.php b/tests/Core/Files/File/GetMemberPropertiesTest.php similarity index 99% rename from tests/Core/File/GetMemberPropertiesTest.php rename to tests/Core/Files/File/GetMemberPropertiesTest.php index 53cfe5f3d1..8fa034d75b 100644 --- a/tests/Core/File/GetMemberPropertiesTest.php +++ b/tests/Core/Files/File/GetMemberPropertiesTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetMethodParametersParseError1Test.inc b/tests/Core/Files/File/GetMethodParametersParseError1Test.inc similarity index 100% rename from tests/Core/File/GetMethodParametersParseError1Test.inc rename to tests/Core/Files/File/GetMethodParametersParseError1Test.inc diff --git a/tests/Core/File/GetMethodParametersParseError1Test.php b/tests/Core/Files/File/GetMethodParametersParseError1Test.php similarity index 95% rename from tests/Core/File/GetMethodParametersParseError1Test.php rename to tests/Core/Files/File/GetMethodParametersParseError1Test.php index 528d548733..db25407b3e 100644 --- a/tests/Core/File/GetMethodParametersParseError1Test.php +++ b/tests/Core/Files/File/GetMethodParametersParseError1Test.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetMethodParametersParseError2Test.inc b/tests/Core/Files/File/GetMethodParametersParseError2Test.inc similarity index 100% rename from tests/Core/File/GetMethodParametersParseError2Test.inc rename to tests/Core/Files/File/GetMethodParametersParseError2Test.inc diff --git a/tests/Core/File/GetMethodParametersParseError2Test.php b/tests/Core/Files/File/GetMethodParametersParseError2Test.php similarity index 95% rename from tests/Core/File/GetMethodParametersParseError2Test.php rename to tests/Core/Files/File/GetMethodParametersParseError2Test.php index 49cd940592..eda050d4d4 100644 --- a/tests/Core/File/GetMethodParametersParseError2Test.php +++ b/tests/Core/Files/File/GetMethodParametersParseError2Test.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetMethodParametersTest.inc b/tests/Core/Files/File/GetMethodParametersTest.inc similarity index 100% rename from tests/Core/File/GetMethodParametersTest.inc rename to tests/Core/Files/File/GetMethodParametersTest.inc diff --git a/tests/Core/File/GetMethodParametersTest.php b/tests/Core/Files/File/GetMethodParametersTest.php similarity index 99% rename from tests/Core/File/GetMethodParametersTest.php rename to tests/Core/Files/File/GetMethodParametersTest.php index 8d04720975..f78f2a70b2 100644 --- a/tests/Core/File/GetMethodParametersTest.php +++ b/tests/Core/Files/File/GetMethodParametersTest.php @@ -9,7 +9,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetMethodPropertiesTest.inc b/tests/Core/Files/File/GetMethodPropertiesTest.inc similarity index 100% rename from tests/Core/File/GetMethodPropertiesTest.inc rename to tests/Core/Files/File/GetMethodPropertiesTest.inc diff --git a/tests/Core/File/GetMethodPropertiesTest.php b/tests/Core/Files/File/GetMethodPropertiesTest.php similarity index 99% rename from tests/Core/File/GetMethodPropertiesTest.php rename to tests/Core/Files/File/GetMethodPropertiesTest.php index fff60b9c4f..2b47ebbe44 100644 --- a/tests/Core/File/GetMethodPropertiesTest.php +++ b/tests/Core/Files/File/GetMethodPropertiesTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/GetTokensAsStringTest.inc b/tests/Core/Files/File/GetTokensAsStringTest.inc similarity index 100% rename from tests/Core/File/GetTokensAsStringTest.inc rename to tests/Core/Files/File/GetTokensAsStringTest.inc diff --git a/tests/Core/File/GetTokensAsStringTest.php b/tests/Core/Files/File/GetTokensAsStringTest.php similarity index 99% rename from tests/Core/File/GetTokensAsStringTest.php rename to tests/Core/Files/File/GetTokensAsStringTest.php index 7e79749512..1adb946723 100644 --- a/tests/Core/File/GetTokensAsStringTest.php +++ b/tests/Core/Files/File/GetTokensAsStringTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest; diff --git a/tests/Core/File/IsReferenceTest.inc b/tests/Core/Files/File/IsReferenceTest.inc similarity index 100% rename from tests/Core/File/IsReferenceTest.inc rename to tests/Core/Files/File/IsReferenceTest.inc diff --git a/tests/Core/File/IsReferenceTest.php b/tests/Core/Files/File/IsReferenceTest.php similarity index 99% rename from tests/Core/File/IsReferenceTest.php rename to tests/Core/Files/File/IsReferenceTest.php index 5b977de7ad..bd9085394b 100644 --- a/tests/Core/File/IsReferenceTest.php +++ b/tests/Core/Files/File/IsReferenceTest.php @@ -7,7 +7,7 @@ * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ -namespace PHP_CodeSniffer\Tests\Core\File; +namespace PHP_CodeSniffer\Tests\Core\Files\File; use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest;