Enabling unit testing for apptemplate_advanced
This commit is contained in:
parent
9e6ffece64
commit
39e37fa9c6
|
@ -10,6 +10,7 @@ require_once __DIR__.'/../lib/base.php';
|
||||||
|
|
||||||
OC_App::enable('calendar');
|
OC_App::enable('calendar');
|
||||||
OC_App::enable('contacts');
|
OC_App::enable('contacts');
|
||||||
|
OC_App::enable('apptemplate_advanced');
|
||||||
#OC_App::enable('files_archive');
|
#OC_App::enable('files_archive');
|
||||||
#OC_App::enable('mozilla_sync');
|
#OC_App::enable('mozilla_sync');
|
||||||
#OC_App::enable('news');
|
#OC_App::enable('news');
|
||||||
|
|
Loading…
Reference in New Issue