function HijriTestCase::setUp in Hijri 8
Same name and namespace in other branches
- 7 tests/hijri.test \HijriTestCase::setUp()
Implements 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.
}