We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f13e7 commit 83524d7Copy full SHA for 83524d7
dev/tests/functional/tests/app/Magento/Upgrade/Test/Block/SelectVersion.php
@@ -195,7 +195,8 @@ private function titleContainsSampleData($element)
195
* @param string $sampleDataVersionForRegex
196
* @return void
197
*/
198
- private function setSampleDataVersionToRowSelect($rowIndex, $sampleDataVersionForRegex) {
+ private function setSampleDataVersionToRowSelect($rowIndex, $sampleDataVersionForRegex)
199
+ {
200
$selectElement = $this->getSelectFromRow($rowIndex);
201
$optionTextArray = [];
202
foreach ($selectElement->getElements('option') as $option) {
0 commit comments