You are here

public static function OpignoScormUIUnitTest::getInfo in Opigno 7

File

modules/scorm/ui/tests/OpignoScormUIUnitTest.test, line 11
Define the unit tests for the Opigno SCORM UI module, like player integration or CMI data extraction.

Class

OpignoScormUIUnitTest
@file Define the unit tests for the Opigno SCORM UI module, like player integration or CMI data extraction.

Code

public static function getInfo() {
  return array(
    'name' => 'Opigno Scorm UI tests',
    'description' => 'Functional unit tests for the Opigno SCORM UI.',
    'group' => 'Opigno',
    'dependencies' => array(
      'opigno_scorm',
    ),
  );
}