public static function ServicesUITest::getInfo in Services 6.3
Same name and namespace in other branches
- 7.3 tests/ui/ServicesUITests.test \ServicesUITest::getInfo()
File
- tests/
ui/ ServicesUITests.test, line 9 - Tests for UI of Services.
Class
- ServicesUITest
- @file Tests for UI of Services.
Code
public static function getInfo() {
return array(
'name' => 'UI tests',
'description' => 'Test of Services UI.',
'group' => 'Services',
);
}