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 6
6
7
7
namespace tests \verification \Tests ;
8
8
9
- use AspectMock \Test as AspectMock ;
10
- use Magento \Framework \Module \Dir ;
11
- use Magento \FunctionalTestingFramework \Config \FileResolver \Root ;
12
9
use Magento \FunctionalTestingFramework \Suite \SuiteGenerator ;
13
10
use Magento \FunctionalTestingFramework \Util \Filesystem \DirSetupUtil ;
14
- use Magento \FunctionalTestingFramework \Util \Iterator \File ;
15
11
use Magento \FunctionalTestingFramework \Util \Manifest \ParallelTestManifest ;
16
12
use Magento \FunctionalTestingFramework \Util \Manifest \TestManifestFactory ;
17
13
use Symfony \Component \Yaml \Yaml ;
18
14
use tests \util \MftfTestCase ;
19
15
20
16
class SuiteGenerationTest extends MftfTestCase
21
17
{
22
- const TESTS_BP = DIRECTORY_SEPARATOR ;
23
18
const RESOURCES_DIR = TESTS_BP . DIRECTORY_SEPARATOR . 'verification ' . DIRECTORY_SEPARATOR . 'Resources ' ;
24
19
const CONFIG_YML_FILE = FW_BP . DIRECTORY_SEPARATOR . SuiteGenerator::YAML_CODECEPTION_CONFIG_FILENAME ;
25
20
const GENERATE_RESULT_DIR = TESTS_BP .
You can’t perform that action at this time.
0 commit comments