You are here

protected function XMLSitemapTestHelper::assertNoXMLSitemapProblems in XML sitemap 6.2

Same name and namespace in other branches
  1. 7.2 xmlsitemap.test \XMLSitemapTestHelper::assertNoXMLSitemapProblems()
1 call to XMLSitemapTestHelper::assertNoXMLSitemapProblems()
XMLSitemapFunctionalTest::testStatusReport in ./xmlsitemap.test
Test that configuration problems are reported properly in the status report.

File

./xmlsitemap.test, line 219
Unit tests for the xmlsitemap module.

Class

XMLSitemapTestHelper
Helper test class with some added functions for testing.

Code

protected function assertNoXMLSitemapProblems() {
  $this
    ->drupalGet('admin/settings/xmlsitemap');
  $this
    ->assertNoText(t('One or more problems were detected with your XML sitemap configuration'));
}