Skip to content

Commit 42cdad2

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-collision-user.phpt
Co-authored-by: Juliette <[email protected]>
1 parent 4000e58 commit 42cdad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (version_compare(PHP_VERSION, '8.4', '>=') === true) {
1010
define('T_PRIVATE_SET', 10000);
1111
define('T_PROTECTED_SET', 10000);
1212
define('T_PUBLIC_SET', 10000);
13-
require('src/Util/Tokens.php');
13+
require 'src/Util/Tokens.php';
1414
--EXPECTF--
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:

0 commit comments

Comments
 (0)