We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412c747 commit 02eeaa9Copy full SHA for 02eeaa9
dev/tests/integration/testsuite/Magento/Customer/Model/Metadata/Form/ImageTest.php
@@ -58,8 +58,7 @@ class ImageTest extends \PHPUnit\Framework\TestCase
58
public function setUp()
59
{
60
$this->objectManager = Bootstrap::getObjectManager();
61
- $this->filesystem = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
62
- ->get(Filesystem::class);
+ $this->filesystem = $this->objectManager->get(Filesystem::class);
63
$this->mediaDirectory = $this->filesystem->getDirectoryWrite(DirectoryList::MEDIA);
64
$this->imageFixtureDir = realpath(__DIR__ . '/../../../_files/image');
65
$this->expectedFileName = '/m/a/' . $this->fileName;
0 commit comments