Skip to content

Commit 2fba9f6

Browse files
committed
MQE-893: Add flag to robo generate: tests which accepts a specific set of tests to execute
- make $test array passed to generator keyed by test name
1 parent c787327 commit 2fba9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function generateTests(array $tests, $opts = [
145145
{
146146
foreach ($tests as $test)
147147
{
148-
$testObjects[] = Magento\FunctionalTestingFramework\Test\Handlers\TestObjectHandler::getInstance()->getObject($test);
148+
$testObjects[$test] = Magento\FunctionalTestingFramework\Test\Handlers\TestObjectHandler::getInstance()->getObject($test);
149149
}
150150
}
151151

0 commit comments

Comments
 (0)