@@ -237,7 +237,6 @@ describe('OC.SetupChecks tests', function() {
237237 cronInfo : {
238238 diffInSeconds : 0
239239 } ,
240- isMemoryLimitSufficient : true ,
241240 appDirsWithDifferentOwner : [ ] ,
242241 isImagickEnabled : true ,
243242 areWebauthnExtensionsEnabled : true ,
@@ -292,7 +291,6 @@ describe('OC.SetupChecks tests', function() {
292291 cronInfo : {
293292 diffInSeconds : 0
294293 } ,
295- isMemoryLimitSufficient : true ,
296294 appDirsWithDifferentOwner : [ ] ,
297295 isImagickEnabled : true ,
298296 areWebauthnExtensionsEnabled : true ,
@@ -347,7 +345,6 @@ describe('OC.SetupChecks tests', function() {
347345 cronInfo : {
348346 diffInSeconds : 0
349347 } ,
350- isMemoryLimitSufficient : true ,
351348 appDirsWithDifferentOwner : [ ] ,
352349 isImagickEnabled : true ,
353350 areWebauthnExtensionsEnabled : true ,
@@ -402,7 +399,6 @@ describe('OC.SetupChecks tests', function() {
402399 cronInfo : {
403400 diffInSeconds : 0
404401 } ,
405- isMemoryLimitSufficient : true ,
406402 appDirsWithDifferentOwner : [ ] ,
407403 isImagickEnabled : true ,
408404 areWebauthnExtensionsEnabled : true ,
@@ -455,7 +451,6 @@ describe('OC.SetupChecks tests', function() {
455451 cronInfo : {
456452 diffInSeconds : 0
457453 } ,
458- isMemoryLimitSufficient : true ,
459454 appDirsWithDifferentOwner : [
460455 '/some/path'
461456 ] ,
@@ -511,7 +506,6 @@ describe('OC.SetupChecks tests', function() {
511506 cronInfo : {
512507 diffInSeconds : 0
513508 } ,
514- isMemoryLimitSufficient : true ,
515509 appDirsWithDifferentOwner : [ ] ,
516510 isImagickEnabled : true ,
517511 areWebauthnExtensionsEnabled : true ,
@@ -567,7 +561,6 @@ describe('OC.SetupChecks tests', function() {
567561 cronInfo : {
568562 diffInSeconds : 0
569563 } ,
570- isMemoryLimitSufficient : true ,
571564 appDirsWithDifferentOwner : [ ] ,
572565 isImagickEnabled : true ,
573566 areWebauthnExtensionsEnabled : true ,
@@ -621,7 +614,6 @@ describe('OC.SetupChecks tests', function() {
621614 cronInfo : {
622615 diffInSeconds : 0
623616 } ,
624- isMemoryLimitSufficient : true ,
625617 appDirsWithDifferentOwner : [ ] ,
626618 isImagickEnabled : true ,
627619 areWebauthnExtensionsEnabled : true ,
@@ -675,7 +667,6 @@ describe('OC.SetupChecks tests', function() {
675667 cronInfo : {
676668 diffInSeconds : 0
677669 } ,
678- isMemoryLimitSufficient : false ,
679670 appDirsWithDifferentOwner : [ ] ,
680671 isImagickEnabled : true ,
681672 areWebauthnExtensionsEnabled : true ,
@@ -692,6 +683,18 @@ describe('OC.SetupChecks tests', function() {
692683 linkToDoc : null
693684 }
694685 } ,
686+ php : {
687+ "Internet connectivity" : {
688+ severity : "success" ,
689+ description : null ,
690+ linkToDoc : null
691+ } ,
692+ "PHP memory limit" : {
693+ severity : "error" ,
694+ description : "The PHP memory limit is below the recommended value of 512MB." ,
695+ linkToDoc : null
696+ } ,
697+ } ,
695698 } ,
696699 } )
697700 ) ;
@@ -748,7 +751,6 @@ describe('OC.SetupChecks tests', function() {
748751 cronInfo : {
749752 diffInSeconds : 0
750753 } ,
751- isMemoryLimitSufficient : true ,
752754 appDirsWithDifferentOwner : [ ] ,
753755 isImagickEnabled : true ,
754756 areWebauthnExtensionsEnabled : true ,
@@ -808,7 +810,6 @@ describe('OC.SetupChecks tests', function() {
808810 cronInfo : {
809811 diffInSeconds : 0
810812 } ,
811- isMemoryLimitSufficient : true ,
812813 appDirsWithDifferentOwner : [ ] ,
813814 isImagickEnabled : true ,
814815 areWebauthnExtensionsEnabled : true ,
@@ -861,7 +862,6 @@ describe('OC.SetupChecks tests', function() {
861862 cronInfo : {
862863 diffInSeconds : 0
863864 } ,
864- isMemoryLimitSufficient : true ,
865865 appDirsWithDifferentOwner : [ ] ,
866866 isImagickEnabled : true ,
867867 areWebauthnExtensionsEnabled : true ,
@@ -918,7 +918,6 @@ describe('OC.SetupChecks tests', function() {
918918 cronInfo: {
919919 diffInSeconds: 0
920920 },
921- isMemoryLimitSufficient: true,
922921 appDirsWithDifferentOwner: [],
923922 isImagickEnabled: true,
924923 areWebauthnExtensionsEnabled: true,
@@ -972,7 +971,6 @@ describe('OC.SetupChecks tests', function() {
972971 cronInfo : {
973972 diffInSeconds : 0
974973 } ,
975- isMemoryLimitSufficient : true ,
976974 appDirsWithDifferentOwner : [ ] ,
977975 isImagickEnabled : true ,
978976 areWebauthnExtensionsEnabled : true ,
@@ -1023,7 +1021,6 @@ describe('OC.SetupChecks tests', function() {
10231021 cronInfo : {
10241022 diffInSeconds : 0
10251023 } ,
1026- isMemoryLimitSufficient : true ,
10271024 appDirsWithDifferentOwner : [ ] ,
10281025 isImagickEnabled : true ,
10291026 areWebauthnExtensionsEnabled : true ,
@@ -1077,7 +1074,6 @@ describe('OC.SetupChecks tests', function() {
10771074 cronInfo : {
10781075 diffInSeconds : 0
10791076 } ,
1080- isMemoryLimitSufficient : true ,
10811077 appDirsWithDifferentOwner : [ ] ,
10821078 isImagickEnabled : false ,
10831079 areWebauthnExtensionsEnabled : true ,
@@ -1131,7 +1127,6 @@ describe('OC.SetupChecks tests', function() {
11311127 cronInfo : {
11321128 diffInSeconds : 0
11331129 } ,
1134- isMemoryLimitSufficient : true ,
11351130 appDirsWithDifferentOwner : [ ] ,
11361131 isImagickEnabled : true ,
11371132 areWebauthnExtensionsEnabled : false ,
@@ -1184,7 +1179,6 @@ describe('OC.SetupChecks tests', function() {
11841179 cronInfo : {
11851180 diffInSeconds : 0
11861181 } ,
1187- isMemoryLimitSufficient : true ,
11881182 appDirsWithDifferentOwner : [ ] ,
11891183 isImagickEnabled : true ,
11901184 areWebauthnExtensionsEnabled : true ,
@@ -1244,7 +1238,6 @@ describe('OC.SetupChecks tests', function() {
12441238 cronInfo : {
12451239 diffInSeconds : 0
12461240 } ,
1247- isMemoryLimitSufficient : true ,
12481241 appDirsWithDifferentOwner : [ ] ,
12491242 isImagickEnabled : true ,
12501243 areWebauthnExtensionsEnabled : true ,
0 commit comments