Skip to content

Commit 111331f

Browse files
committed
Tests/Tokenizer: move UseParenthesisOwnerTest
Applies the same changes as previously made via PRs #314 and #492 in the 3.x branch, to this test file in the 4.x branch.
1 parent d63fe60 commit 111331f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Core/Tokenizer/UseParenthesisOwnerTest.php renamed to tests/Core/Tokenizer/Tokenizer/UseParenthesisOwnerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
88
*/
99

10-
namespace PHP_CodeSniffer\Tests\Core\Tokenizer;
10+
namespace PHP_CodeSniffer\Tests\Core\Tokenizer\Tokenizer;
1111

12-
use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest;
12+
use PHP_CodeSniffer\Tests\Core\Tokenizer\AbstractTokenizerTestCase;
1313

14-
final class UseParenthesisOwnerTest extends AbstractMethodUnitTest
14+
final class UseParenthesisOwnerTest extends AbstractTokenizerTestCase
1515
{
1616

1717

0 commit comments

Comments
 (0)