Skip to content
Snippets Groups Projects
Commit 0b64a0c3 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #24601 from owncloud/template_psr4

Template to PSR-4
parents 9cba75ea 05cc0dd4
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
use OC\TemplateLayout; use OC\TemplateLayout;
require_once __DIR__.'/../template/functions.php'; require_once __DIR__.'/template/functions.php';
/** /**
* This class provides the templates for ownCloud. * This class provides the templates for ownCloud.
......
...@@ -423,7 +423,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase { ...@@ -423,7 +423,7 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase {
*/ */
protected function assertTemplate($expectedHtml, $template, $vars = []) { 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; $requestToken = 12345;
$theme = new OC_Defaults(); $theme = new OC_Defaults();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment