Skip to content

Commit a697187

Browse files
committed
Use standard naming format (ref #3481)
1 parent d174d8c commit a697187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Core/Tokenizer/BackfillExplicitOctalNotationTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
/* testExplicitOctal */
44
$foo = 0o137041;
55

6-
/* testExplicitOctal capitalised */
6+
/* testExplicitOctalCapitalised */
77
$bar = 0O137041;

tests/Core/Tokenizer/BackfillExplicitOctalNotationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function dataExplicitOctalNotation()
5757
],
5858
[
5959
[
60-
'marker' => '/* testExplicitOctal capitalised */',
60+
'marker' => '/* testExplicitOctalCapitalised */',
6161
'type' => 'T_LNUMBER',
6262
'value' => '0O137041',
6363
],

0 commit comments

Comments
 (0)