You are here

public function TestsWithDefaultEnvironmentTestCase::initModules in Exif 7

must return an array of module to be activated.

Overrides ExifFunctionalTestCase::initModules

File

./exif_functionaltests_with_defaults.test, line 5

Class

TestsWithDefaultEnvironmentTestCase

Code

public function initModules() {
  return array(
    'exif',
    'date',
  );
}