Skip to content

Commit edf6019

Browse files
committed
Fix tests.
1 parent 1b0db7c commit edf6019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jphp-runtime/src/php/runtime/memory/helper/ClassConstantMemory.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,9 @@ public String getName() {
4848
public String getClassName() {
4949
return className;
5050
}
51+
52+
@Override
53+
public Memory toValue() {
54+
return this;
55+
}
5156
}

0 commit comments

Comments
 (0)