|
|
|
|
@ -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'], |
|
|
|
|
|