You are here

static function oa_coreSmoke::getInfo in Open Atrium Core 7.2

File

tests/oa_coreSmoke.test, line 9
Smoke testing of Open Atrium. Checks for a bunch of basic stuff

Class

oa_coreSmoke
@file Smoke testing of Open Atrium. Checks for a bunch of basic stuff

Code

static function getInfo() {
  return array(
    'name' => 'Smoke Test',
    'description' => 'Test a variety of basic functions in oa_core',
    'group' => 'OA',
  );
}