Skip to content

Commit 07235b8

Browse files
committed
MAGETWO-49469: Contribute Ogre Bugfixes and Stories for Sprint 44
- static fixes.
1 parent 6a370b7 commit 07235b8

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/Search/Model/SearchEngine/ConfigTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ protected function setUp()
2222
/** @var \Magento\Framework\App\Cache\Manager $cacheManager */
2323
$cacheManager->clean($cacheManager->getAvailableTypes());
2424

25-
2625
$fileResolver = $this->getMockForAbstractClass(
2726
'Magento\Framework\Config\FileResolverInterface',
2827
[],

lib/internal/Magento/Framework/Image/Adapter/Gd2.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ protected function _reset()
4444
$this->_fileMimeType = null;
4545
$this->_fileType = null;
4646
}
47+
4748
/**
4849
* Open image for processing
4950
*

setup/src/Magento/Setup/Test/Unit/Model/SystemPackageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ class SystemPackageTest extends \PHPUnit_Framework_TestCase
5050
*/
5151
private $composerInformation;
5252

53-
5453
public function setUp()
5554
{
5655
$this->composerAppFactory = $this->getMock(

0 commit comments

Comments
 (0)