Skip to content

Commit 37e5171

Browse files
Manjusha.SManjusha.S
authored andcommitted
MQE-2021 : Added unit test
1 parent b91f3a3 commit 37e5171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,7 @@ public function generateStepsPhp($actionObjects, $generationScope = TestGenerato
15211521
* @param string $input
15221522
* @return string
15231523
*/
1524-
public function getUniqueIdForInput( $uniqueValue, $input)
1524+
public function getUniqueIdForInput($uniqueValue, $input)
15251525
{
15261526
$input = ($uniqueValue == 'prefix')
15271527
? '"'.uniqid().str_replace('"', '', $input).'"'

0 commit comments

Comments
 (0)