Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
a768fd7b
Commit
a768fd7b
authored
May 18, 2018
by
Laurent
Browse files
update catalan and spanish translations
parent
7945f7fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/application/modules/admin/controllers/IndexControllerTranslationTest.php
...ules/admin/controllers/IndexControllerTranslationTest.php
+2
-2
No files found.
tests/application/modules/admin/controllers/IndexControllerTranslationTest.php
View file @
a768fd7b
...
...
@@ -133,9 +133,9 @@ class IndexControllerTranslationDispatchWithDefaultEsTest extends Admin_Abstract
/** @test */
public
function
titleDefaultShouldBe
Bienvenid
o
()
{
public
function
titleDefaultShouldBe
Inici
o
()
{
unset
(
Zend_Registry
::
get
(
'session'
)
->
language
);
$this
->
dispatch
(
'/admin/index'
);
$this
->
assertQueryContentContains
(
'h1'
,
'
Bienvenido'
);
$this
->
assertQueryContentContains
(
'h1'
,
'
Inicio'
,
$this
->
_response
->
getBody
()
);
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment