You are here

function NodeDisplaysPlugins::setUp in Node displays 7

Same name and namespace in other branches
  1. 6.3 tests/nd.plugins.test \NodeDisplaysPlugins::setUp()
  2. 6 tests/nd.plugins.test \NodeDisplaysPlugins::setUp()
  3. 6.2 tests/nd.plugins.test \NodeDisplaysPlugins::setUp()

Implementation of setUp().

Overrides DrupalWebTestCase::setUp

File

tests/nd.plugins.test, line 23
Tests for Node displays (plugins)

Class

NodeDisplaysPlugins
@file Tests for Node displays (plugins)

Code

function setUp() {
  parent::setUp('ds', 'nd');
}