public static function ContextOmegaWebTests::getInfo in Context omega 7
Implements parent::getInfo().
File
- ./
context_omega.test, line 16 - Contains the tests for the context_omega module.
Class
- ContextOmegaWebTests
- Class ContextOmegaWebTests.
Code
public static function getInfo() {
return array(
'name' => 'Context Omega web tests.',
'description' => 'All the webtests for the Context omega module.',
'group' => 'ContextOmegaWeb',
);
}