Skip to content

Commit ab5fb45

Browse files
committed
Add test-case scenario for resolving self: constants for parameters, #49
1 parent d7ad8a3 commit ab5fb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Stub/FileWithClasses56.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ClassWithArrayConstants
1313
class ClassWithComplexConstantsAndInheritance extends ClassWithArrayConstants
1414
{
1515
const K = array(1, NS_CONST56);
16-
const L = [self::class, ClassWithArrayConstants::A, parent::B];
16+
const L = [self::class, ClassWithArrayConstants::A, parent::B, self::A];
1717
const M = \DateTime::ATOM;
1818
}
1919

0 commit comments

Comments
 (0)