Skip to content

Commit 4a3ab53

Browse files
freddenjrfnl
andauthored
Update tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-skip-names.phpt
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 94800a7 commit 4a3ab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/EndToEndPhpt/Util/Tokens/polyfillTokenizerConstants-skip-names.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (version_compare(PHP_VERSION, "8.4", ">=")) {
1111
define('T_', T_STRING); // Too short.
1212
define('ONE', T_STRING); // First character is not 'T'.
1313
define('TWO', T_STRING); // Second character is not '_'.
14-
require('src/Util/Tokens.php');
14+
require 'src/Util/Tokens.php';
1515
echo 'No conflicts', PHP_EOL;
1616
--EXPECT--
1717
No conflicts

0 commit comments

Comments
 (0)