get rid of get_app()

This commit is contained in:
zotlabs
2017-03-28 16:02:47 -07:00
committed by Mario Vavti
parent b2a51db14e
commit c20aa6062c
7 changed files with 3 additions and 30 deletions

View File

@@ -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
*