You are here

function HijriTestCase::setUp in Hijri 7

Same name and namespace in other branches
  1. 8 tests/hijri.test \HijriTestCase::setUp()

Implements setUp().

Overrides DrupalWebTestCase::setUp

File

tests/hijri.test, line 27
Contains tests for the Hijri module.

Class

HijriTestCase
Test case.

Code

function setUp() {

  // Call the parent with an array of modules to enable for the test.
  parent::setUp(array(
    'hijri',
  ));

  // TODO: perform additional setup tasks here if required.
}