You are here

public function XMLSitemapRobotsTxtIntegrationTest::setUp in XML sitemap 7.2

Same name and namespace in other branches
  1. 6.2 xmlsitemap.test \XMLSitemapRobotsTxtIntegrationTest::setUp()

Setup.

Overrides XMLSitemapTestHelper::setUp

File

./xmlsitemap.test, line 999
Unit tests for the xmlsitemap.

Class

XMLSitemapRobotsTxtIntegrationTest
XML Sitemap Robots Txt Integration Test.

Code

public function setUp($modules = array()) {
  $modules[] = 'robotstxt';
  parent::setUp($modules);
}