diff --git a/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php b/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php index dd564c8fc6f9dd197646f78ee7b4a1ce894a6486..03153c58c0ff3900c187d3dc55d3e8b5989a13df 100644 --- a/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php +++ b/dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php @@ -204,7 +204,7 @@ class LiveCodeTest extends PHPUnit_Framework_TestCase $copyPasteDetector->setBlackList($blackList); $this->assertTrue( - $copyPasteDetector->run(self::getWhitelist(['php'])), + $copyPasteDetector->run([BP]), "PHP Copy/Paste Detector has found error(s): See detailed report in {$reportFile}" ); }