Skip to content

Commit f1f2381

Browse files
committed
MQE-1541: Add option to generate:tests for XSD validation on 'merged files'
fixed comments
1 parent 6480ccc commit f1f2381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Magento/FunctionalTestingFramework/Config/MftfApplicationConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function verboseEnabled()
143143
}
144144

145145
/**
146-
* Returns a boolean indicating whether the user has indicated a debug run, which will lengthy validation
146+
* Returns a boolean indicating whether the user has indicated a debug run, which will run lengthy validation
147147
* with some extra error messaging to be run
148148
*
149149
* @return boolean
@@ -154,7 +154,7 @@ public function debugEnabled()
154154
}
155155

156156
/**
157-
* Returns a boolean indicating whether the user has indicated a fast debug run, which will lengthy validation
157+
* Returns a boolean indicating whether the user has indicated a fast debug run, which will run lengthy validation
158158
* on merged file instead of 'per file' with some extra error messaging to be run
159159
*
160160
* @return boolean

0 commit comments

Comments
 (0)