Skip to content

Commit 0e92765

Browse files
committed
Tests/BackfillReadonlyTest: fix typo in test case name
1 parent 3af8785 commit 0e92765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Core/Tokenizer/BackfillReadonlyTest.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class ReadonlyWithDisjunctiveNormalForm
130130
public function __construct(
131131
/* testReadonlyConstructorPropertyPromotionWithDNF */
132132
private readonly (B&C)|A $b1,
133-
/* testReadonlyConstructorPropertyPromotionWithDNFAndRefence */
133+
/* testReadonlyConstructorPropertyPromotionWithDNFAndReference */
134134
readonly (B&C)|A &$b2,
135135
) {}
136136

tests/Core/Tokenizer/BackfillReadonlyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static function dataReadonly()
180180
'readonly',
181181
],
182182
[
183-
'/* testReadonlyConstructorPropertyPromotionWithDNFAndRefence */',
183+
'/* testReadonlyConstructorPropertyPromotionWithDNFAndReference */',
184184
'readonly',
185185
],
186186
[

0 commit comments

Comments
 (0)