enable unittesting on appframework and apptemplateadvanced
This commit is contained in:
parent
aede26d996
commit
d8d812a91e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ require_once __DIR__.'/../lib/base.php';
|
|||
|
||||
OC_App::enable('calendar');
|
||||
OC_App::enable('contacts');
|
||||
OC_App::enable('apptemplate_advanced');
|
||||
OC_App::enable('apptemplateadvanced');
|
||||
OC_App::enable('appframework');
|
||||
#OC_App::enable('files_archive');
|
||||
#OC_App::enable('mozilla_sync');
|
||||
#OC_App::enable('news');
|
||||
|
|
Loading…
Reference in a new issue