Skip to content

Commit 2f94256

Browse files
committed
AC-6588: Fix for static test failure
1 parent 9469954 commit 2f94256

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Config/Model/Config/Backend/Currency/Cron.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function afterSave()
5959
{
6060
$time = $this->getData('groups/import/fields/time/value');
6161
if (empty($time)) {
62-
6362
$time = explode(
6463
',',
6564
$this->_config->getValue(

dev/tests/integration/testsuite/Magento/Deploy/Console/Command/App/ConfigImportCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
/**
2727
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
28+
* phpcs:disable
2829
*/
2930
class ConfigImportCommandTest extends \PHPUnit\Framework\TestCase
3031
{

0 commit comments

Comments
 (0)