Test Failed
Push — master ( 5178cf...66c7a4 )
by
unknown
02:09
created
tests/grommunio-dav/GrommunioDavBackendTest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -62,10 +62,10 @@
 block discarded – undo
62 62
 	 */
63 63
 	public function ObjectUriProvider() {
64 64
 		return [
65
-			['1234.ics', '.ics', '1234'],               // ok, cut .ics
66
-			['5678AF.vcf', '.vcf', '5678AF'],           // ok, cut .vcf
67
-			['123400.vcf', '.ics', '123400.vcf'],       // different extension, return as is
68
-			['1234.ics', '.vcf', '1234.ics'],            // different extension, return as is
65
+			['1234.ics', '.ics', '1234'], // ok, cut .ics
66
+			['5678AF.vcf', '.vcf', '5678AF'], // ok, cut .vcf
67
+			['123400.vcf', '.ics', '123400.vcf'], // different extension, return as is
68
+			['1234.ics', '.vcf', '1234.ics'], // different extension, return as is
69 69
 		];
70 70
 	}
71 71
 }
Please login to merge, or discard this patch.