Skip to content

Commit

Permalink
Merge pull request #224 from PHPCSStandards/feature/tests-move-camelc…
Browse files Browse the repository at this point in the history
…aps-test

Tests: move `IsCamelCapsTest` to `Util` subdirectory
  • Loading branch information
jrfnl authored Jan 3, 2024
2 parents 7c632db + ed7c509 commit da51554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*/

namespace PHP_CodeSniffer\Tests\Core;
namespace PHP_CodeSniffer\Tests\Core\Util;

use PHP_CodeSniffer\Util\Common;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit da51554

Please sign in to comment.