You are here

protected function XmlsitemapViewsFieldsTest::setUp in XML sitemap 7.2

Setup before any tests are run.

Overrides DrupalWebTestCase::setUp

See also

DrupalWebTestCase::setUp()

File

tests/xmlsitemap_views_fields.test, line 30
Functional tests for providing xmlsitemap fields to views.

Class

XmlsitemapViewsFieldsTest
@file Functional tests for providing xmlsitemap fields to views.

Code

protected function setUp($modules = array()) {
  $modules[] = 'views';
  $modules[] = 'xmlsitemap_node';
  parent::setUp($modules);
}