Skip to content

Commit 252ce2a

Browse files
authored
Update DataObjectTest.php
1 parent fe19f5b commit 252ce2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/internal/Magento/Framework/Test/Unit/DataObjectTest.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -396,13 +396,13 @@ public function testUnderscore($input, $expectedOutput)
396396
public function underscoreDataProvider()
397397
{
398398
return [
399-
'Test 1' => ['Stone1Color', 'stone_1_color'],
400-
'Test 2' => ['StoneColor', 'stone_color'],
401-
'Test 3' => ['StoneToXml', 'stone_to_xml'],
402-
'Test 4' => ['1StoneColor', '1_stone_color'],
403-
'Test 5' => ['getCcLast4', 'get_cc_last_4'],
404-
'Test 6' => ['99Bottles', '99_bottles'],
405-
'Test 7' => ['XApiLogin', 'x_api_login']
399+
'Test 1' => ['GetStone1Color', 'stone_1_color'],
400+
'Test 2' => ['SetStoneColor', 'stone_color'],
401+
'Test 3' => ['GetStoneToXml', 'stone_to_xml'],
402+
'Test 4' => ['Set1StoneColor', '1_stone_color'],
403+
'Test 5' => ['GetgetCcLast4', 'get_cc_last_4'],
404+
'Test 6' => ['Set99Bottles', '99_bottles'],
405+
'Test 7' => ['GetXApiLogin', 'x_api_login']
406406
];
407407
}
408408
}

0 commit comments

Comments
 (0)