Passed
Push — master ( bead6a...6dc797 )
by
unknown
04:30
created
tests/phpunit/Unit/BasicBackendTest.php 1 patch
Upper-Lower-Casing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
 <<<'TESTTEXT'
186 186
 ;CIP:Common image point
187 187
 ;CMP:Common midpoint
188
-TESTTEXT
188
+testtext
189 189
 			,
190 190
 				[
191 191
 					[ 'CMP', 'Common midpoint', null, null ],
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
 :Common image point
201 201
 ;CMP
202 202
 :Common midpoint
203
-TESTTEXT
203
+testtext
204 204
 			,
205 205
 				[
206 206
 					[ 'CMP', 'Common midpoint', null, null ],
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 ;CIP
215 215
 ;CMP
216 216
 :Common midpoint
217
-TESTTEXT
217
+testtext
218 218
 			,
219 219
 				[
220 220
 					[ 'CMP', 'Common midpoint', null, null ],
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
 ;CIP
229 229
 :Common image point
230 230
 :Common midpoint
231
-TESTTEXT
231
+testtext
232 232
 			,
233 233
 				[
234 234
 					[ 'CIP', 'Common image point', null, null ],
@@ -243,7 +243,7 @@  discard block
 block discarded – undo
243 243
 ;CMP
244 244
 :Common image point
245 245
 :Common midpoint
246
-TESTTEXT
246
+testtext
247 247
 			,
248 248
 				[
249 249
 					[ 'CMP', 'Common image point', null, null ],
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
 Sed ut perspiciatis unde; omnis iste natus error: sit voluptatem accusantium...
268 268
 
269 269
 ;NMO:Normal move-out
270
-TESTTEXT
270
+testtext
271 271
 			,
272 272
 				[
273 273
 					[ 'NMO', 'Normal move-out', null, null ],
Please login to merge, or discard this patch.