You are here

public static function PrivateTestCase::getInfo in Private 7.2

Same name and namespace in other branches
  1. 7 private.test \PrivateTestCase::getInfo()

File

./private.test, line 9
Tests for private module.

Class

PrivateTestCase
@file Tests for private module.

Code

public static function getInfo() {
  return array(
    'name' => 'Private functionality',
    'description' => 'Checks behavior of Private.',
    'group' => 'Private',
  );
}