Skip to content

Commit

Permalink
magento#22558 static-test-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed May 6, 2019
1 parent 2f8fad7 commit bd56e2f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class AddressTest extends \Magento\TestFramework\Indexer\TestCase
/** @var \Magento\Framework\Reflection\DataObjectProcessor */
protected $dataProcessor;

/**
* phpcs:ignoreFile
*/
public static function setUpBeforeClass()
{
$db = \Magento\TestFramework\Helper\Bootstrap::getInstance()->getBootstrap()
Expand Down Expand Up @@ -343,7 +346,8 @@ public function testSaveShippingAddressWithEmptyRegionId()
$customerAddress->setRegionId(0);

$address = $this->dataProcessor->buildOutputDataArray(
$customerAddress, \Magento\Customer\Api\Data\AddressInterface::class
$customerAddress,
\Magento\Customer\Api\Data\AddressInterface::class
);

$shippingAddress = $this->_quote->getShippingAddress();
Expand Down

0 comments on commit bd56e2f

Please sign in to comment.