@@ -37,8 +37,7 @@ public static function setUpBeforeClass(): void
3737
3838 /**
3939 * @dataProvider provideAuthenticateData
40- * @group Mage_Admin
41- * @group Mage_Admin_Model
40+ * @group Model
4241 * @group runInSeparateProcess
4342 * @runInSeparateProcess
4443 */
@@ -60,8 +59,7 @@ public function testAuthenticate(bool|string $expectedResult, array $methods): v
6059 /**
6160 * @dataProvider provideValidateAdminUserData
6261 * @param array|true $expectedResult
63- * @group Mage_Admin
64- * @group Mage_Admin_Model
62+ * @group Model
6563 */
6664 public function testValidate ($ expectedResult , array $ methods ): void
6765 {
@@ -74,8 +72,7 @@ public function testValidate($expectedResult, array $methods): void
7472
7573
7674 /**
77- * @group Mage_Admin
78- * @group Mage_Admin_Model
75+ * @group Model
7976 */
8077 public function testValidateCurrentPassword (): void
8178 {
@@ -84,26 +81,23 @@ public function testValidateCurrentPassword(): void
8481 }
8582
8683 /**
87- * @group Mage_Admin
88- * @group Mage_Admin_Model
84+ * @group Model
8985 */
9086 public function testLoadByUsername (): void
9187 {
9288 static ::assertInstanceOf (Subject::class, self ::$ subject ->loadByUsername ('invalid-user ' ));
9389 }
9490
9591 /**
96- * @group Mage_Admin
97- * @group Mage_Admin_Model
92+ * @group Model
9893 */
9994 public function testHasAssigned2Role (): void
10095 {
10196 static ::assertIsArray (self ::$ subject ->hasAssigned2Role (1 ));
10297 }
10398
10499 /**
105- * @group Mage_Admin
106- * @group Mage_Admin_Model
100+ * @group Model
107101 */
108102 public function testChangeResetPasswordLinkToken (): void
109103 {
@@ -112,8 +106,7 @@ public function testChangeResetPasswordLinkToken(): void
112106
113107 /**
114108 * @dataProvider provideIsResetPasswordLinkTokenExpiredData
115- * @group Mage_Admin
116- * @group Mage_Admin_Model
109+ * @group Model
117110 */
118111 public function testIsResetPasswordLinkTokenExpired (bool $ expectedResult , array $ methods ): void
119112 {
@@ -124,17 +117,15 @@ public function testIsResetPasswordLinkTokenExpired(bool $expectedResult, array
124117 }
125118
126119 /**
127- * @group Mage_Admin
128- * @group Mage_Admin_Model
120+ * @group Model
129121 */
130122 public function testSendPasswordResetConfirmationEmail (): void
131123 {
132124 static ::assertInstanceOf (Subject::class, self ::$ subject ->sendPasswordResetConfirmationEmail ());
133125 }
134126
135127 /**
136- * @group Mage_Admin
137- * @group Mage_Admin_Model
128+ * @group Model
138129 */
139130 public function testCleanPasswordsValidationData (): void
140131 {
@@ -152,8 +143,7 @@ public function testCleanPasswordsValidationData(): void
152143 }
153144
154145 /**
155- * @group Mage_Admin
156- * @group Mage_Admin_Model
146+ * @group Model
157147 */
158148 public function testGetMinAdminPasswordLength (): void
159149 {
@@ -165,8 +155,7 @@ public function testGetMinAdminPasswordLength(): void
165155 }
166156
167157 /**
168- * @group Mage_Admin
169- * @group Mage_Admin_Model
158+ * @group Model
170159 */
171160 public function testSendAdminNotification (): void
172161 {
0 commit comments