protected function XMLSitemapTestHelper::assertNoXMLSitemapProblems in XML sitemap 7.2
Same name and namespace in other branches
- 6.2 xmlsitemap.test \XMLSitemapTestHelper::assertNoXMLSitemapProblems()
Assert No XML Sitemap Problems.
@codingStandardsIgnoreStart
1 call to XMLSitemapTestHelper::assertNoXMLSitemapProblems()
- XMLSitemapFunctionalTest::testStatusReport in ./
xmlsitemap.test - Test Status Report Function.
File
- ./
xmlsitemap.test, line 296 - Unit tests for the xmlsitemap.
Class
- XMLSitemapTestHelper
- Helper test class with some added functions for testing.
Code
protected function assertNoXMLSitemapProblems() {
// @codingStandardsIgnoreEnd
$this
->drupalGet('admin/config/search/xmlsitemap');
$this
->assertNoText(t('One or more problems were detected with your XML sitemap configuration'));
}