Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix enabled apps tests
  • Loading branch information
MorrisJobke committed Jul 27, 2016
commit 9c21067c193356ef0081c4d753bc885a670a96ff
5 changes: 5 additions & 0 deletions tests/lib/AppTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ function appConfigValuesProvider() {
'appforgroup12',
'dav',
'federatedfilesharing',
'workflowengine',
),
false
),
Expand All @@ -330,6 +331,7 @@ function appConfigValuesProvider() {
'appforgroup2',
'dav',
'federatedfilesharing',
'workflowengine',
),
false
),
Expand All @@ -345,6 +347,7 @@ function appConfigValuesProvider() {
'appforgroup2',
'dav',
'federatedfilesharing',
'workflowengine',
),
false
),
Expand All @@ -360,6 +363,7 @@ function appConfigValuesProvider() {
'appforgroup2',
'dav',
'federatedfilesharing',
'workflowengine',
),
false,
),
Expand All @@ -375,6 +379,7 @@ function appConfigValuesProvider() {
'appforgroup2',
'dav',
'federatedfilesharing',
'workflowengine',
),
true,
),
Expand Down