We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63fe60 commit 111331fCopy full SHA for 111331f
tests/Core/Tokenizer/UseParenthesisOwnerTest.inc renamed to tests/Core/Tokenizer/Tokenizer/UseParenthesisOwnerTest.inc
tests/Core/Tokenizer/UseParenthesisOwnerTest.php renamed to tests/Core/Tokenizer/Tokenizer/UseParenthesisOwnerTest.php
@@ -7,11 +7,11 @@
7
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8
*/
9
10
-namespace PHP_CodeSniffer\Tests\Core\Tokenizer;
+namespace PHP_CodeSniffer\Tests\Core\Tokenizer\Tokenizer;
11
12
-use PHP_CodeSniffer\Tests\Core\AbstractMethodUnitTest;
+use PHP_CodeSniffer\Tests\Core\Tokenizer\AbstractTokenizerTestCase;
13
14
-final class UseParenthesisOwnerTest extends AbstractMethodUnitTest
+final class UseParenthesisOwnerTest extends AbstractTokenizerTestCase
15
{
16
17
0 commit comments