Skip to content

Commit da51554

Browse files
authored
Merge pull request #224 from PHPCSStandards/feature/tests-move-camelcaps-test
Tests: move `IsCamelCapsTest` to `Util` subdirectory
2 parents 7c632db + ed7c509 commit da51554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Core/IsCamelCapsTest.php renamed to tests/Core/Util/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;
10+
namespace PHP_CodeSniffer\Tests\Core\Util;
1111

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

0 commit comments

Comments
 (0)