Update AdminTest.php
This commit is contained in:
parent
e13cd289cb
commit
7e1a690059
1 changed files with 3 additions and 3 deletions
|
@ -112,8 +112,8 @@ class AdminTest extends TestCase {
|
|||
$this->l10n
|
||||
->expects($this->once())
|
||||
->method('t')
|
||||
->with('You already use a custom theme')
|
||||
->willReturn('You already use a custom theme');
|
||||
->with('You are already using a custom theme')
|
||||
->willReturn('You are already using a custom theme');
|
||||
$this->themingDefaults
|
||||
->expects($this->once())
|
||||
->method('getEntity')
|
||||
|
@ -137,7 +137,7 @@ class AdminTest extends TestCase {
|
|||
->willReturn('/my/route');
|
||||
$params = [
|
||||
'themable' => false,
|
||||
'errorMessage' => 'You already use a custom theme',
|
||||
'errorMessage' => 'You are already using a custom theme',
|
||||
'name' => 'MyEntity',
|
||||
'url' => 'https://example.com',
|
||||
'slogan' => 'MySlogan',
|
||||
|
|
Loading…
Reference in a new issue