Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
c65f8e1b
Unverified
Commit
c65f8e1b
authored
Sep 25, 2018
by
Dave Reid
Browse files
Attempt to fix tests by using assertRaw().
parent
4f6ce059
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Tests/XmlSitemapEntityFunctionalTest.php
View file @
c65f8e1b
...
...
@@ -90,7 +90,7 @@ class XmlSitemapEntityFunctionalTest extends XmlSitemapTestBase {
$this
->
regenerateSitemap
();
$this
->
drupalGet
(
'sitemap.xml'
);
$this
->
assertResponse
(
200
);
$this
->
assertNo
Text
(
$entity
->
url
());
$this
->
assertNo
Raw
(
$entity
->
url
());
$entity
->
delete
();
$this
->
assertNoSitemapLink
(
'entity_test_mul'
);
...
...
@@ -113,7 +113,7 @@ class XmlSitemapEntityFunctionalTest extends XmlSitemapTestBase {
$this
->
regenerateSitemap
();
$this
->
drupalGet
(
'sitemap.xml'
);
$this
->
assertResponse
(
200
);
$this
->
assert
Text
(
$entity
->
url
());
$this
->
assert
Raw
(
$entity
->
url
());
$id
=
$entity
->
id
();
$entity
->
delete
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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