You are here

public static function LingotekAccessFunctionalTest::getInfo in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 tests/lingotek.access.test \LingotekAccessFunctionalTest::getInfo()
  2. 7.2 tests/lingotek.access.test \LingotekAccessFunctionalTest::getInfo()
  3. 7.3 tests/lingotek.access.test \LingotekAccessFunctionalTest::getInfo()
  4. 7.4 tests/lingotek.access.test \LingotekAccessFunctionalTest::getInfo()
  5. 7.6 tests/lingotek.access.test \LingotekAccessFunctionalTest::getInfo()

Meta information about these tests for the test system.

File

tests/lingotek.access.test, line 15
Declares LingotekAccessFunctionalTest

Class

LingotekAccessFunctionalTest
A class containing access control-related tests.

Code

public static function getInfo() {
  return array(
    'name' => 'Access Control',
    'description' => 'Tests for access control to various Lingotek interface elements.',
    'group' => 'Lingotek',
  );
}