File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -708,10 +708,11 @@ public function testGetEnabledAppsForGroup() {
708708			->method ('getGID ' )
709709			->willReturn ('foo ' );
710710
711- 		$ this appConfig ->setValue ('test1 ' , 'enabled ' , 'yes ' );
712- 		$ this appConfig ->setValue ('test2 ' , 'enabled ' , 'no ' );
713- 		$ this appConfig ->setValue ('test3 ' , 'enabled ' , '["foo"] ' );
714- 		$ this appConfig ->setValue ('test4 ' , 'enabled ' , '["asd"] ' );
711+ 		$ this appConfig ->setValue ('files_external ' , 'enabled ' , 'yes ' );
712+ 		$ this appConfig ->setValue ('files_reminders ' , 'enabled ' , 'no ' );
713+ 		$ this appConfig ->setValue ('weather_status ' , 'enabled ' , '["foo"] ' );
714+ 		$ this appConfig ->setValue ('dashboard ' , 'enabled ' , '["asd"] ' );
715+ 		$ this appConfig ->setValue ('not-installed ' , 'enabled ' , 'yes ' );
715716		$ enabled
716717			'cloud_federation_api ' ,
717718			'dav ' ,
@@ -721,8 +722,8 @@ public function testGetEnabledAppsForGroup() {
721722			'oauth2 ' ,
722723			'provisioning_api ' ,
723724			'settings ' ,
724- 			'test1 ' ,
725- 			'test3 ' ,
725+ 			'files_external ' ,
726+ 			'weather_status ' ,
726727			'theming ' ,
727728			'twofactor_backupcodes ' ,
728729			'viewer ' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments