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()
256256 }
257257 }
258258
259+ /**
260+ * Test code quality using phpcs
261+ */
259262 public function testCodeStyle ()
260263 {
261264 $ isFullScan = defined ('TESTCODESTYLE_IS_FULL_SCAN ' ) && TESTCODESTYLE_IS_FULL_SCAN === '1 ' ;
@@ -273,6 +276,9 @@ public function testCodeStyle()
273276 );
274277 }
275278
279+ /**
280+ * Test code quality using phpmd
281+ */
276282 public function testCodeMess ()
277283 {
278284 $ reportFile = self ::$ reportDir . '/phpmd_report.txt ' ;
@@ -301,6 +307,9 @@ public function testCodeMess()
301307 }
302308 }
303309
310+ /**
311+ * Test code quality using phpcpd
312+ */
304313 public function testCopyPaste ()
305314 {
306315 $ reportFile = self ::$ reportDir . '/phpcpd_report.xml ' ;
You can’t perform that action at this time.
0 commit comments