Skip to content

Commit

Permalink
Tests/Tokenizer: rename a test
Browse files Browse the repository at this point in the history
Follow up on squizlabs/PHP_CodeSniffer 3066 which introduced this test.

While there are no strict naming conventions for the `Core\Tokenizers\Tokenizer` tests, most tests in this directory now include the name of the method being covered by the test in the test class/file name.

That was not the case for this test class. Fixed now.
  • Loading branch information
jrfnl committed Oct 25, 2024
1 parent df7fab9 commit 3f42c78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

use PHP_CodeSniffer\Tests\Core\Tokenizers\AbstractTokenizerTestCase;

final class ScopeSettingWithNamespaceOperatorTest extends AbstractTokenizerTestCase
final class RecurseScopeMapWithNamespaceOperatorTest extends AbstractTokenizerTestCase
{


Expand Down

0 comments on commit 3f42c78

Please sign in to comment.