Skip to content

Commit 524f6da

Browse files
author
Leonid Poluyanov
committed
MAGETWO-39764: Create pull request for S24 results
1 parent ffd2673 commit 524f6da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ protected function setUp()
4242

4343
public function testInstall()
4444
{
45+
if (!class_exists('Magento\SampleData\Model')) {
46+
$this->markTestSkipped('Sample Data module does not exist');
47+
}
4548
$areaCode = 'adminhtml';
4649
$userName = 'admin';
4750
$modules = ['module_1', 'module_2'];

0 commit comments

Comments
 (0)