You are here

public static function ServicesUITest::getInfo in Services 7.3

Same name and namespace in other branches
  1. 6.3 tests/ui/ServicesUITests.test \ServicesUITest::getInfo()

File

tests/ui/ServicesUITests.test, line 11
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',
  );
}