Skip to content
Snippets Groups Projects
Commit b8cdc6b2 authored by Joan He's avatar Joan He
Browse files

Merge remote-tracking branch 'origin/MAGETWO-35060-cpd' into MAGETWO-28383-restore-whitelist

parents 1336ef4d 83bda8a2
Branches
No related merge requests found
...@@ -204,7 +204,7 @@ class LiveCodeTest extends PHPUnit_Framework_TestCase ...@@ -204,7 +204,7 @@ class LiveCodeTest extends PHPUnit_Framework_TestCase
$copyPasteDetector->setBlackList($blackList); $copyPasteDetector->setBlackList($blackList);
$this->assertTrue( $this->assertTrue(
$copyPasteDetector->run(self::getWhitelist(['php'])), $copyPasteDetector->run([BP]),
"PHP Copy/Paste Detector has found error(s): See detailed report in {$reportFile}" "PHP Copy/Paste Detector has found error(s): See detailed report in {$reportFile}"
); );
} }
......
app/code/Magento
lib/internal/Magento
Magento/Adminhtml Magento/Adminhtml
Magento/Authorizenet/Model Magento/Authorizenet/Model
Magento/Backend Magento/Backend
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment