|
1 | 1 | <?php |
2 | 2 | /** |
3 | | - * Copyright © Magento, Inc. All rights reserved. |
4 | | - * See COPYING.txt for license details. |
| 3 | + * Copyright 2016 Adobe |
| 4 | + * All Rights Reserved. |
5 | 5 | */ |
6 | 6 |
|
7 | 7 | namespace Magento\Customer\Api; |
@@ -171,7 +171,7 @@ public function testCreateGroupRest() |
171 | 171 | /** |
172 | 172 | * Verify that creating a new group with excluded website as extension attributes works via REST. |
173 | 173 | * |
174 | | - * @dataProvider testExcludedWebsitesRestDataProvider |
| 174 | + * @dataProvider excludedWebsitesRestDataProvider |
175 | 175 | * @param string $code |
176 | 176 | * @param null|array $excludeWebsitesIds |
177 | 177 | * @param null|array $result |
@@ -223,7 +223,7 @@ public function testCreateGroupWithExcludedWebsiteRest( |
223 | 223 | * |
224 | 224 | * @return array |
225 | 225 | */ |
226 | | - public static function testExcludedWebsitesRestDataProvider(): array |
| 226 | + public static function excludedWebsitesRestDataProvider(): array |
227 | 227 | { |
228 | 228 | return [ |
229 | 229 | ['Create Group No Excludes REST', [], null], |
@@ -612,7 +612,7 @@ public function testCreateGroupSoap() |
612 | 612 | /** |
613 | 613 | * Verify that creating a new group with excluded website as extension attributes works via SOAP. |
614 | 614 | * |
615 | | - * @dataProvider testExcludedWebsitesSoapDataProvider |
| 615 | + * @dataProvider excludedWebsitesSoapDataProvider |
616 | 616 | * @param string $code |
617 | 617 | * @param array $excludeWebsitesIds |
618 | 618 | * @param array|null $result |
@@ -665,7 +665,7 @@ public function testCreateGroupWithExcludedWebsiteSoap( |
665 | 665 | * |
666 | 666 | * @return array |
667 | 667 | */ |
668 | | - public static function testExcludedWebsitesSoapDataProvider(): array |
| 668 | + public static function excludedWebsitesSoapDataProvider(): array |
669 | 669 | { |
670 | 670 | return [ |
671 | 671 | ['Create Group No Excludes SOAP', [], null], |
@@ -1092,7 +1092,7 @@ private function createGroup($group) |
1092 | 1092 | /** |
1093 | 1093 | * Data provider for testSearchGroups |
1094 | 1094 | */ |
1095 | | - public static function testSearchGroupsDataProvider() |
| 1095 | + public static function searchGroupsDataProvider() |
1096 | 1096 | { |
1097 | 1097 | return [ |
1098 | 1098 | ['tax_class_id', 3, []], |
@@ -1148,7 +1148,7 @@ public static function testSearchGroupsDataProvider() |
1148 | 1148 | * @param string $filterValue Value of the field to be filtered by |
1149 | 1149 | * @param array $expectedResult Expected search result |
1150 | 1150 | * |
1151 | | - * @dataProvider testSearchGroupsDataProvider |
| 1151 | + * @dataProvider searchGroupsDataProvider |
1152 | 1152 | */ |
1153 | 1153 | public function testSearchGroups($filterField, $filterValue, $expectedResult) |
1154 | 1154 | { |
@@ -1248,7 +1248,7 @@ public function testSearchGroupsWithMultipleFilterGroupsAndSorting() |
1248 | 1248 | * @param string $filterValue Value of the field to be filtered by |
1249 | 1249 | * @param array $expectedResult Expected search result |
1250 | 1250 | * |
1251 | | - * @dataProvider testSearchGroupsDataProvider |
| 1251 | + * @dataProvider searchGroupsDataProvider |
1252 | 1252 | */ |
1253 | 1253 | public function testSearchGroupsWithGET($filterField, $filterValue, $expectedResult) |
1254 | 1254 | { |
|
0 commit comments