Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
1b484dce
Commit
1b484dce
authored
May 02, 2016
by
amateescu
Browse files
Remove test leftover.
parent
bd89f6f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Tests/XmlSitemapNodeFunctionalTest.php
View file @
1b484dce
...
...
@@ -44,9 +44,6 @@ class XmlSitemapNodeFunctionalTest extends XmlSitemapTestBase {
xmlsitemap_link_bundle_enable
(
'node'
,
'article'
);
xmlsitemap_link_bundle_enable
(
'node'
,
'page'
);
// $this->config->set('xmlsitemap_entity_taxonomy_vocabulary', 1);
// $this->config->set('xmlsitemap_entity_taxonomy_term', 1);
// $this->config->save();
xmlsitemap_link_bundle_settings_save
(
'node'
,
'page'
,
array
(
'status'
=>
1
,
'priority'
=>
0.6
,
'changefreq'
=>
XMLSITEMAP_FREQUENCY_WEEKLY
));
// Add a vocabulary so we can test different view modes.
...
...
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