File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
dev/tests/verification/Tests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 66
77namespace tests \verification \Tests ;
88
9- use AspectMock \Test as AspectMock ;
10- use Magento \Framework \Module \Dir ;
11- use Magento \FunctionalTestingFramework \Config \FileResolver \Root ;
129use Magento \FunctionalTestingFramework \Suite \SuiteGenerator ;
1310use Magento \FunctionalTestingFramework \Util \Filesystem \DirSetupUtil ;
14- use Magento \FunctionalTestingFramework \Util \Iterator \File ;
1511use Magento \FunctionalTestingFramework \Util \Manifest \ParallelTestManifest ;
1612use Magento \FunctionalTestingFramework \Util \Manifest \TestManifestFactory ;
1713use Symfony \Component \Yaml \Yaml ;
1814use tests \util \MftfTestCase ;
1915
2016class 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 .
You can’t perform that action at this time.
0 commit comments