diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Settings/ManagerTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/Settings/ManagerTest.php b/tests/lib/Settings/ManagerTest.php index 8d1c9f768e8..3339c50c4d2 100644 --- a/tests/lib/Settings/ManagerTest.php +++ b/tests/lib/Settings/ManagerTest.php @@ -119,7 +119,7 @@ class ManagerTest extends TestCase { $this->url->expects($this->exactly(3)) ->method('imagePath') ->willReturnMap([ - ['core', 'actions/info.svg', '1'], + ['core', 'actions/user.svg', '1'], ['settings', 'password.svg', '2'], ['core', 'clients/phone.svg', '3'], ]); @@ -178,7 +178,7 @@ class ManagerTest extends TestCase { $this->url->expects($this->exactly(3)) ->method('imagePath') ->willReturnMap([ - ['core', 'actions/info.svg', '1'], + ['core', 'actions/user.svg', '1'], ['settings', 'password.svg', '2'], ['core', 'clients/phone.svg', '3'], ]); @@ -279,7 +279,7 @@ class ManagerTest extends TestCase { $this->url->expects($this->exactly(9)) ->method('imagePath') ->willReturnMap([ - ['core', 'actions/info.svg', '1'], + ['core', 'actions/user.svg', '1'], ['settings', 'password.svg', '2'], ['core', 'clients/phone.svg', '3'], ['settings', 'admin.svg', '0'], |