Skip to content

Commit 31b02b2

Browse files
committed
Add missing test file
1 parent 448d229 commit 31b02b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
class Foo {
4+
public function test() {
5+
function internal() {
6+
return "yep";
7+
}
8+
9+
return internal();
10+
}
11+
}

0 commit comments

Comments
 (0)