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
6fc1dfe9
Unverified
Commit
6fc1dfe9
authored
Sep 25, 2018
by
Dave Reid
Browse files
Attempt to fix tests by using getInternalPath().
parent
c65f8e1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Tests/XmlSitemapEntityFunctionalTest.php
View file @
6fc1dfe9
...
...
@@ -88,9 +88,9 @@ class XmlSitemapEntityFunctionalTest extends XmlSitemapTestBase {
]);
$this
->
regenerateSitemap
();
$this
->
drupalGet
(
's
itemap
.xml'
);
$this
->
drupalGet
S
itemap
(
);
$this
->
assertResponse
(
200
);
$this
->
assertNoRaw
(
$entity
->
url
());
$this
->
assertNoRaw
(
$entity
->
toUrl
()
->
getInternalPath
());
$entity
->
delete
();
$this
->
assertNoSitemapLink
(
'entity_test_mul'
);
...
...
@@ -111,9 +111,9 @@ class XmlSitemapEntityFunctionalTest extends XmlSitemapTestBase {
]);
$this
->
regenerateSitemap
();
$this
->
drupalGet
(
's
itemap
.xml'
);
$this
->
drupalGet
S
itemap
(
);
$this
->
assertResponse
(
200
);
$this
->
assertRaw
(
$entity
->
url
());
$this
->
assertRaw
(
$entity
->
toUrl
()
->
getInternalPath
());
$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