File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/static/testsuite/Magento/Test/Php Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ private function getFullWhitelist()
198
198
return Files::init ()->readLists (__DIR__ . '/_files/whitelist/common.txt ' );
199
199
}
200
200
201
- public function testNoViolationsDetectedByPhpCodeSniffer ()
201
+ public function testCodeStyle ()
202
202
{
203
203
$ reportFile = self ::$ reportDir . '/phpcs_report.txt ' ;
204
204
$ codeSniffer = new CodeSniffer ('Magento ' , $ reportFile , new Wrapper ());
@@ -209,7 +209,7 @@ public function testNoViolationsDetectedByPhpCodeSniffer()
209
209
);
210
210
}
211
211
212
- public function testNoViolationsDetectedByPhpMessDetector ()
212
+ public function testCodeMess ()
213
213
{
214
214
$ reportFile = self ::$ reportDir . '/phpmd_report.txt ' ;
215
215
$ codeMessDetector = new CodeMessDetector (realpath (__DIR__ . '/_files/phpmd/ruleset.xml ' ), $ reportFile );
@@ -237,7 +237,7 @@ public function testNoViolationsDetectedByPhpMessDetector()
237
237
}
238
238
}
239
239
240
- public function testNoViolationsDetectedByPhpCopyPasteDetector ()
240
+ public function testCopyPaste ()
241
241
{
242
242
$ reportFile = self ::$ reportDir . '/phpcpd_report.xml ' ;
243
243
$ copyPasteDetector = new CopyPasteDetector ($ reportFile );
You can’t perform that action at this time.
0 commit comments