diff --git a/sublime-phpunit.py b/sublime-phpunit.py index 259d76f..3b72ec8 100644 --- a/sublime-phpunit.py +++ b/sublime-phpunit.py @@ -41,7 +41,7 @@ def get_current_function(self, view): if r.a < sel.a: cf = view.substr(r) break - return cf + return cf + '(.*)' def find_phpunit_config(self, file_name): phpunit_config_path = file_name