Skip to content

Commit 50a5e7a

Browse files
committed
Fix test for test suite paths
1 parent de1c64b commit 50a5e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-php.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ require 'src/Util/Tokens.php';
1313
Fatal error: Uncaught Exception: Externally polyfilled tokenizer constant value collision detected! T_PUBLIC_SET has the same value as T_STRING in %s:%d
1414
Stack trace:
1515
#0 %s(%d): PHP_CodeSniffer\Util\Tokens::polyfillTokenizerConstants()
16-
#1 Standard input code(%d): require('%s')
16+
#1 %s(%d): require('%s')
1717
#2 {main}
1818
thrown in %s on line %d

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-user.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ require 'src/Util/Tokens.php';
1515
Fatal error: Uncaught Exception: Externally polyfilled tokenizer constant value collision detected! T_PROTECTED_SET has the same value as T_PRIVATE_SET in %s:%d
1616
Stack trace:
1717
#0 %s(%d): PHP_CodeSniffer\Util\Tokens::polyfillTokenizerConstants()
18-
#1 Standard input code(%d): require('%s')
18+
#1 %s(%d): require('%s')
1919
#2 {main}
2020
thrown in %s on line %d

0 commit comments

Comments
 (0)