File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/Magento/FunctionalTestingFramework/Console Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
namespace Magento \FunctionalTestingFramework \Console ;
9
9
10
10
use Magento \FunctionalTestingFramework \Util \Logger \LoggingUtil ;
11
- use Magento \Invitation \Model \Logging ;
12
11
use Symfony \Component \Console \Command \Command ;
13
12
use Symfony \Component \Console \Input \ArrayInput ;
14
13
use Symfony \Component \Filesystem \Filesystem ;
19
18
use Magento \FunctionalTestingFramework \Util \Env \EnvProcessor ;
20
19
use Symfony \Component \Yaml \Yaml ;
21
20
21
+ /**
22
+ * Class BuildProjectCommand
23
+ * @package Magento\FunctionalTestingFramework\Console
24
+ *
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
+ */
22
27
class BuildProjectCommand extends Command
23
28
{
24
29
const DEFAULT_YAML_INLINE_DEPTH = 10 ;
You can’t perform that action at this time.
0 commit comments