get rid of get_app()
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user