diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/testcase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/testcase.php b/tests/lib/testcase.php index d7573337f87..7ed121d3556 100644 --- a/tests/lib/testcase.php +++ b/tests/lib/testcase.php @@ -423,7 +423,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase { */ protected function assertTemplate($expectedHtml, $template, $vars = []) { - require_once __DIR__.'/../../lib/private/template/functions.php'; + require_once __DIR__.'/../../lib/private/legacy/template/functions.php'; $requestToken = 12345; $theme = new OC_Defaults(); |