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 90482b5 commit c701e0dCopy full SHA for c701e0d
setup/src/Magento/Setup/Test/Unit/Model/SampleDataTest.php
@@ -43,7 +43,7 @@ protected function setUp()
43
44
public function testInstall()
45
{
46
- if (!class_exists('Magento\SampleData\Model')) {
+ if (!class_exists('Magento\SampleData\Model\Logger')) {
47
$this->markTestSkipped('Sample Data module does not exist');
48
}
49
$areaCode = 'adminhtml';
0 commit comments