Skip to content

Commit

Permalink
Tests/Tokenizer: move UseParenthesisOwnerTest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jrfnl committed May 16, 2024
1 parent d63fe60 commit 111331f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
*/

namespace PHP_CodeSniffer\Tests\Core\Tokenizer;
namespace PHP_CodeSniffer\Tests\Core\Tokenizer\Tokenizer;

use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest;
use PHP_CodeSniffer\Tests\Core\Tokenizer\AbstractTokenizerTestCase;

final class UseParenthesisOwnerTest extends AbstractMethodUnitTest
final class UseParenthesisOwnerTest extends AbstractTokenizerTestCase
{


Expand Down

0 comments on commit 111331f

Please sign in to comment.