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
349aa6f2
Commit
349aa6f2
authored
May 22, 2018
by
Ghislain Loas
Browse files
fix failure
parent
a768fd7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/application/modules/admin/controllers/IndexControllerTranslationTest.php
...ules/admin/controllers/IndexControllerTranslationTest.php
+1
-1
No files found.
tests/application/modules/admin/controllers/IndexControllerTranslationTest.php
View file @
349aa6f2
...
...
@@ -71,7 +71,7 @@ class IndexControllerTranslationDispatchWithDefaultEmptyTest extends Admin_Abstr
public
function
titleShouldBeHomeWithSpanishInSession
()
{
Zend_Registry
::
get
(
'session'
)
->
language
=
'es'
;
$this
->
dispatch
(
'/admin/index'
);
$this
->
assertQueryContentContains
(
'h1'
,
'
Bienvenid
o'
);
$this
->
assertQueryContentContains
(
'h1'
,
'
Inici
o'
);
}
...
...
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