Skip to content

Commit df258d4

Browse files
authored
Merge pull request #522 from PHPCSStandards/feature/tests-util-move-tests-to-subdirectories
Tests/Util: move test classes into subdirectories
2 parents ab3bb0e + 7858754 commit df258d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Core/Util/IsCamelCapsTest.php renamed to tests/Core/Util/Common/IsCamelCapsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

10-
namespace PHP_CodeSniffer\Tests\Core\Util;
10+
namespace PHP_CodeSniffer\Tests\Core\Util\Common;
1111

1212
use PHP_CodeSniffer\Util\Common;
1313
use PHPUnit\Framework\TestCase;

tests/Core/Util/StripColorsTest.php renamed to tests/Core/Util/Common/StripColorsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

10-
namespace PHP_CodeSniffer\Tests\Core\Util;
10+
namespace PHP_CodeSniffer\Tests\Core\Util\Common;
1111

1212
use PHP_CodeSniffer\Util\Common;
1313
use PHPUnit\Framework\TestCase;

tests/Core/Util/SuggestTypeTest.php renamed to tests/Core/Util/Common/SuggestTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

10-
namespace PHP_CodeSniffer\Tests\Core\Util;
10+
namespace PHP_CodeSniffer\Tests\Core\Util\Common;
1111

1212
use PHP_CodeSniffer\Util\Common;
1313
use PHPUnit\Framework\TestCase;

tests/Core/Util/HelpTest.php renamed to tests/Core/Util/Help/HelpTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

10-
namespace PHP_CodeSniffer\Tests\Core\Util;
10+
namespace PHP_CodeSniffer\Tests\Core\Util\Help;
1111

1212
use PHP_CodeSniffer\Tests\ConfigDouble;
1313
use PHP_CodeSniffer\Util\Help;

0 commit comments

Comments
 (0)