diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 16:02:47 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-28 16:02:47 -0700 |
commit | c5828fecc1fadb4db705bbf94edfa7ff873b491a (patch) | |
tree | ec4048698d2c263189fc9044d0a63d004417305a /tests/unit/template_test.php | |
parent | d12b360e926c5df8da1639a5935fcd3e9236e4e3 (diff) | |
download | volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.gz volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.bz2 volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.zip |
get rid of get_app()
Diffstat (limited to 'tests/unit/template_test.php')
-rw-r--r-- | tests/unit/template_test.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unit/template_test.php b/tests/unit/template_test.php index 1f9f80531..dfaecb4a1 100644 --- a/tests/unit/template_test.php +++ b/tests/unit/template_test.php @@ -25,12 +25,6 @@ function x($s,$k = NULL) { } } -if(!function_exists('get_app')) { -function get_app() { - return new TemplateMockApp(); -} -} - /**
* TestCase for the template engine
*
|