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 fe19f5b commit 252ce2aCopy full SHA for 252ce2a
lib/internal/Magento/Framework/Test/Unit/DataObjectTest.php
@@ -396,13 +396,13 @@ public function testUnderscore($input, $expectedOutput)
396
public function underscoreDataProvider()
397
{
398
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']
+ 'Test 1' => ['GetStone1Color', 'stone_1_color'],
+ 'Test 2' => ['SetStoneColor', 'stone_color'],
+ 'Test 3' => ['GetStoneToXml', 'stone_to_xml'],
+ 'Test 4' => ['Set1StoneColor', '1_stone_color'],
+ 'Test 5' => ['GetgetCcLast4', 'get_cc_last_4'],
+ 'Test 6' => ['Set99Bottles', '99_bottles'],
+ 'Test 7' => ['GetXApiLogin', 'x_api_login']
406
];
407
}
408
0 commit comments