Skip to content

Commit

Permalink
Add missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Oct 4, 2023
1 parent 448d229 commit 31b02b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/integration/data/GlobalFiles/inline_function.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

class Foo {
public function test() {
function internal() {
return "yep";
}

return internal();
}
}

0 comments on commit 31b02b2

Please sign in to comment.