Skip to content

Commit 79243f5

Browse files
committed
MQE-985: Verification Test around Suite Generation
- Removed unused references
1 parent 362f06c commit 79243f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dev/tests/verification/Tests/SuiteGenerationTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,15 @@
66

77
namespace tests\verification\Tests;
88

9-
use AspectMock\Test as AspectMock;
10-
use Magento\Framework\Module\Dir;
11-
use Magento\FunctionalTestingFramework\Config\FileResolver\Root;
129
use Magento\FunctionalTestingFramework\Suite\SuiteGenerator;
1310
use Magento\FunctionalTestingFramework\Util\Filesystem\DirSetupUtil;
14-
use Magento\FunctionalTestingFramework\Util\Iterator\File;
1511
use Magento\FunctionalTestingFramework\Util\Manifest\ParallelTestManifest;
1612
use Magento\FunctionalTestingFramework\Util\Manifest\TestManifestFactory;
1713
use Symfony\Component\Yaml\Yaml;
1814
use tests\util\MftfTestCase;
1915

2016
class SuiteGenerationTest extends MftfTestCase
2117
{
22-
const TESTS_BP = DIRECTORY_SEPARATOR;
2318
const RESOURCES_DIR = TESTS_BP . DIRECTORY_SEPARATOR . 'verification' . DIRECTORY_SEPARATOR . 'Resources';
2419
const CONFIG_YML_FILE = FW_BP . DIRECTORY_SEPARATOR . SuiteGenerator::YAML_CODECEPTION_CONFIG_FILENAME;
2520
const GENERATE_RESULT_DIR = TESTS_BP .

0 commit comments

Comments
 (0)