diff --git a/src/Test.php b/src/Test.php index 13a4379..a2c22c4 100644 --- a/src/Test.php +++ b/src/Test.php @@ -9,4 +9,8 @@ class Test { function test2 () { return microtime(); } + + function test3() { + return 'test3'; + } } \ No newline at end of file