diff options
Diffstat (limited to 'tests/classes/autoload_root.p5c')
| -rwxr-xr-x | tests/classes/autoload_root.p5c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/classes/autoload_root.p5c b/tests/classes/autoload_root.p5c index ab0283851..9559d36d3 100755 --- a/tests/classes/autoload_root.p5c +++ b/tests/classes/autoload_root.p5c @@ -1,10 +1,10 @@ -<?php
-
-class autoload_root {
- function testFunction()
- {
- return true;
- }
-}
-
+<?php + +class autoload_root { + function testFunction() + { + return true; + } +} + ?>
\ No newline at end of file |
