Skip to content

Commit 22e47e7

Browse files
[ACQE-4691] Modifying access modifier to a method
1 parent 02b3148 commit 22e47e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/User/Model/UserExpirationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function testLargeExpirationDate(): void
100100
* @return void
101101
* @throws AlreadyExistsException
102102
*/
103-
public function setExpirationDateToUser(string $expirationDate, int $userId): void
103+
private function setExpirationDateToUser(string $expirationDate, int $userId): void
104104
{
105105
$this->userExpiration = $this->userExpirationFactory->create();
106106
$this->userExpiration->setExpiresAt($expirationDate);

0 commit comments

Comments
 (0)