Skip to content

Commit ed7c509

Browse files
committed
Tests: move IsCamelCapsTest to Util subdirectory
1 parent 7c632db commit ed7c509

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)