diff options
Diffstat (limited to 'tests/classes/autoload_interface.p5c')
-rwxr-xr-x | tests/classes/autoload_interface.p5c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/classes/autoload_interface.p5c b/tests/classes/autoload_interface.p5c new file mode 100755 index 0000000..6908155 --- /dev/null +++ b/tests/classes/autoload_interface.p5c @@ -0,0 +1,7 @@ +<?php + +interface autoload_interface { + function testFunction(); +} + +?>
\ No newline at end of file |