File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
dev/tests/static/testsuite/Magento/Test/Php Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,9 @@ private function getFullWhitelist()
256
256
}
257
257
}
258
258
259
+ /**
260
+ * Test code quality using phpcs
261
+ */
259
262
public function testCodeStyle ()
260
263
{
261
264
$ isFullScan = defined ('TESTCODESTYLE_IS_FULL_SCAN ' ) && TESTCODESTYLE_IS_FULL_SCAN === '1 ' ;
@@ -273,6 +276,9 @@ public function testCodeStyle()
273
276
);
274
277
}
275
278
279
+ /**
280
+ * Test code quality using phpmd
281
+ */
276
282
public function testCodeMess ()
277
283
{
278
284
$ reportFile = self ::$ reportDir . '/phpmd_report.txt ' ;
@@ -301,6 +307,9 @@ public function testCodeMess()
301
307
}
302
308
}
303
309
310
+ /**
311
+ * Test code quality using phpcpd
312
+ */
304
313
public function testCopyPaste ()
305
314
{
306
315
$ reportFile = self ::$ reportDir . '/phpcpd_report.xml ' ;
You can’t perform that action at this time.
0 commit comments