We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f189c0 commit 46c300eCopy full SHA for 46c300e
dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php
@@ -264,7 +264,7 @@ public function testCodeStyle()
264
touch($reportFile);
265
}
266
$codeSniffer = new CodeSniffer('Magento', $reportFile, new Wrapper());
267
- $result = $codeSniffer->run($isFullScan ? $this->getFullWhitelist() : []);
+ $result = $codeSniffer->run($isFullScan ? $this->getFullWhitelist() : self::getWhitelist(['php', 'phtml']));
268
$report = file_get_contents($reportFile);
269
$this->assertEquals(
270
0,
0 commit comments