Skip to content

Commit a14f001

Browse files
committed
Merge branch 'master' into 4.x
2 parents 762eeb6 + 30fdf53 commit a14f001

38 files changed

+19
-19
lines changed

tests/Core/File/AddMessageSelectiveInternalHandlingTest.php renamed to tests/Core/Files/File/AddMessageSelectiveInternalHandlingTest.php

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

9-
namespace PHP_CodeSniffer\Tests\Core\File;
9+
namespace PHP_CodeSniffer\Tests\Core\Files\File;
1010

1111
use PHP_CodeSniffer\Files\DummyFile;
1212
use PHP_CodeSniffer\Ruleset;

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

1212
use PHP_CodeSniffer\Tests\Core\AbstractMethodTestCase;
1313
use PHP_CodeSniffer\Util\Tokens;

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

1212
use PHP_CodeSniffer\Tests\Core\AbstractMethodTestCase;
1313

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

1212
use PHP_CodeSniffer\Tests\Core\AbstractMethodTestCase;
1313

tests/Core/File/FindStartOfStatementTest.php renamed to tests/Core/Files/File/FindStartOfStatementTest.php

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

12-
namespace PHP_CodeSniffer\Tests\Core\File;
12+
namespace PHP_CodeSniffer\Tests\Core\Files\File;
1313

1414
use PHP_CodeSniffer\Tests\Core\AbstractMethodTestCase;
1515
use PHP_CodeSniffer\Util\Tokens;

0 commit comments

Comments
 (0)