diff --git a/dev/tests/integration/testsuite/Magento/Search/Block/TermTest.php b/dev/tests/integration/testsuite/Magento/Search/Block/TermTest.php index 08645869f36cb50170cfbac539cde520b1b7cd56..c1b3b6062faadaeac23c01b69f9a5539b8cbac7e 100644 --- a/dev/tests/integration/testsuite/Magento/Search/Block/TermTest.php +++ b/dev/tests/integration/testsuite/Magento/Search/Block/TermTest.php @@ -37,10 +37,12 @@ class TermTest extends \PHPUnit\Framework\TestCase public function testGetTerms(array $expected) { $result = $this->term->getTerms(); - $actual = array_map(function ($object) { - return $object->setUpdatedAt(null)->getData(); - }, - $result); + $actual = array_map( + function ($object) { + return $object->setUpdatedAt(null)->getData(); + }, + $result + ); self::assertEquals( $expected,