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
2d1ab41d
Commit
2d1ab41d
authored
Feb 16, 2018
by
Ghislain Loas
Browse files
dev #71664 fix failures
parent
9331d207
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/application/modules/admin/controllers/CmsControllerTest.php
...plication/modules/admin/controllers/CmsControllerTest.php
+1
-1
tests/application/modules/opac/controllers/PanierControllerTest.php
...ication/modules/opac/controllers/PanierControllerTest.php
+1
-1
No files found.
tests/application/modules/admin/controllers/CmsControllerTest.php
View file @
2d1ab41d
...
...
@@ -811,7 +811,7 @@ class CmsControllerArticleConcertEditRenderPopupActionTest extends CmsController
/** @test */
public
function
tagPreviewArticleShouldNotHaveRenderPopupInLink
()
{
$this
->
_xpath
->
assertXPath
(
$this
->
_json
->
content
,
'//a[contains(@href, "cms/articleview/id/4
?iframe=true
")]'
);
'//a[contains(@href, "cms/articleview/id/4")]'
);
}
...
...
tests/application/modules/opac/controllers/PanierControllerTest.php
View file @
2d1ab41d
...
...
@@ -358,7 +358,7 @@ class PanierControllerIndexWithPanierIdFifteenTest extends PanierControllerTestC
/** @test */
public
function
pageShouldContainsLinkToViewNoticeMontespan
()
{
$this
->
assertXPath
(
'//a[contains(@href, "/recherche/viewnotice/id/4
?iframe=true
")]'
);
$this
->
assertXPath
(
'//a[contains(@href, "/recherche/viewnotice/id/4")]'
);
}
}
...
...
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