public static function OpignoQuizImportAppWebTestCase::getInfo in Opigno Quiz Import App 7
Return value
array The tests information
Overrides OpignoWebTestCase::getInfo
File
- tests/
OpignoQuizImportAppWebTestCase.test, line 13 - Defines the unit tests for the Opigno Quiz Import app.
Class
- OpignoQuizImportAppWebTestCase
- @file Defines the unit tests for the Opigno Quiz Import app.
Code
public static function getInfo() {
return array(
'name' => 'Opigno Quiz Import App',
'description' => 'Test the quiz import integration with Opigno.',
'group' => 'Opigno',
);
}