public static function OpignoWebTestCase::getInfo in Opigno 7
Return value
array The tests information
File
- tests/
OpignoWebTestCase.test, line 17 - Defines the base class for Opigno unit testing. This base class contains re-usable logic that will make it easier and faster to write Opigno-specific unit tests.
Class
- OpignoWebTestCase
- @file Defines the base class for Opigno unit testing. This base class contains re-usable logic that will make it easier and faster to write Opigno-specific unit tests.
Code
public static function getInfo() {
return array(
'name' => 'Opigno web tests',
'description' => 'Test the module Opigno',
'group' => 'Opigno',
);
}