mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix inlude path for template test
This commit is contained in:
parent
a1c37d4be5
commit
2dbf2c69de
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
require_once("../lib/template.php");
|
||||
require_once("lib/template.php");
|
||||
|
||||
class Test_TemplateFunctions extends UnitTestCase {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue