File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
dev/tests/functional/tests/app/Magento/Customer/Test/TestCase Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ protected function configureAllowedCountries(array $countryList = [])
265
265
*
266
266
* @param array $userData
267
267
*/
268
- private function changeAdminLocale (array $ userData )
268
+ protected function changeAdminLocale (array $ userData )
269
269
{
270
270
/** @var User $adminUser */
271
271
$ adminUser = $ this ->fixtureFactory ->createByCode ('user ' , ['data ' => $ userData ]);
@@ -277,10 +277,8 @@ private function changeAdminLocale(array $userData)
277
277
278
278
/**
279
279
* Revert Admin locale.
280
- *
281
- * @param array $userData
282
280
*/
283
- private function changeAdminLocaleRollback (array $ userData )
281
+ protected function changeAdminLocaleRollback ()
284
282
{
285
283
/** @var User $defaultAdminUser */
286
284
$ defaultAdminUser = $ this ->fixtureFactory ->createByCode ('user ' );
You can’t perform that action at this time.
0 commit comments