You are here

public static function ApdqcSessionHttpsTestCase::getInfo in Asynchronous Prefetch Database Query Cache 7

Provide information to the UI for this test.

File

./apdqc.test, line 724
Tests for the Asynchronous Prefetch Database Query Cache module.

Class

ApdqcSessionHttpsTestCase
Ensure that when running under HTTPS two session cookies are generated.

Code

public static function getInfo() {
  return array(
    'name' => 'APDQC Session HTTPS handling',
    'description' => 'Ensure that when running under HTTPS two session cookies are generated.',
    'group' => 'APDQC',
  );
}