Skip to content

Commit 5d23355

Browse files
committed
MQE-1763: Investigate and fix failure due to absence of AcceptanceTester class
- Fix long line
1 parent 67751ae commit 5d23355

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Magento/FunctionalTestingFramework/Console/BuildProjectCommand.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ function ($type, $buffer) use ($output) {
102102
);
103103

104104
if ($codeceptReturnCode !== 0) {
105-
throw new TestFrameworkException("The codecept build command failed unexpectedly. Please see the above output for more details.");
105+
throw new TestFrameworkException(
106+
"The codecept build command failed unexpectedly. Please see the above output for more details."
107+
);
106108
}
107109

108110
if ($input->getOption('upgrade')) {

0 commit comments

Comments
 (0)