Skip to content

Commit 1bf4e42

Browse files
committed
Tests/Tokenizer: rename a test
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.
1 parent e07a5da commit 1bf4e42

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/Core/Tokenizers/Tokenizer/ScopeSettingWithNamespaceOperatorTest.php renamed to tests/Core/Tokenizers/Tokenizer/RecurseScopeMapWithNamespaceOperatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
use PHP_CodeSniffer\Tests\Core\Tokenizers\AbstractTokenizerTestCase;
1313

14-
final class ScopeSettingWithNamespaceOperatorTest extends AbstractTokenizerTestCase
14+
final class RecurseScopeMapWithNamespaceOperatorTest extends AbstractTokenizerTestCase
1515
{
1616

1717

0 commit comments

Comments
 (0)